mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-25 19:21:57 +02:00
fix flags
This commit is contained in:
@@ -587,9 +587,10 @@ if [ "$1" = "setup" ]; then
|
|||||||
echo "error='combinedData not supported'"
|
echo "error='combinedData not supported'"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
setupCombinedData=0
|
|
||||||
if [ "${setupCombinedData}" = "combinedData=1" ] || [ "${setupCombinedData}" = "1" ]; then
|
if [ "${setupCombinedData}" = "combinedData=1" ] || [ "${setupCombinedData}" = "1" ]; then
|
||||||
setupCombinedData=1
|
setupCombinedData=1
|
||||||
|
else
|
||||||
|
setupCombinedData=0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# check if boot should be from storage
|
# check if boot should be from storage
|
||||||
@@ -599,9 +600,10 @@ if [ "$1" = "setup" ]; then
|
|||||||
echo "error='bootFromStorage not supported'"
|
echo "error='bootFromStorage not supported'"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
setupBootFromStorage=0
|
|
||||||
if [ "${setupBootFromStorage}" = "bootFromStorage=1" ] || [ "${setupBootFromStorage}" = "1" ]; then
|
if [ "${setupBootFromStorage}" = "bootFromStorage=1" ] || [ "${setupBootFromStorage}" = "1" ]; then
|
||||||
setupBootFromStorage=1
|
setupBootFromStorage=1
|
||||||
|
else
|
||||||
|
setupBootFromStorage=0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# determine the partition base name
|
# determine the partition base name
|
||||||
|
Reference in New Issue
Block a user