From 91be1ea51e0b66aa685316b01203749e5aa38a4b Mon Sep 17 00:00:00 2001 From: rootzoll Date: Mon, 13 Jan 2025 22:44:59 +0100 Subject: [PATCH] fix flags --- home.admin/config.scripts/blitz.data.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/home.admin/config.scripts/blitz.data.sh b/home.admin/config.scripts/blitz.data.sh index b705bd373..7aaf85e30 100644 --- a/home.admin/config.scripts/blitz.data.sh +++ b/home.admin/config.scripts/blitz.data.sh @@ -587,9 +587,10 @@ if [ "$1" = "setup" ]; then echo "error='combinedData not supported'" exit 1 fi - setupCombinedData=0 if [ "${setupCombinedData}" = "combinedData=1" ] || [ "${setupCombinedData}" = "1" ]; then setupCombinedData=1 + else + setupCombinedData=0 fi # check if boot should be from storage @@ -599,9 +600,10 @@ if [ "$1" = "setup" ]; then echo "error='bootFromStorage not supported'" exit 1 fi - setupBootFromStorage=0 if [ "${setupBootFromStorage}" = "bootFromStorage=1" ] || [ "${setupBootFromStorage}" = "1" ]; then setupBootFromStorage=1 + else + setupBootFromStorage=0 fi # determine the partition base name