make sure to ignore result

This commit is contained in:
rootzoll
2025-01-08 13:32:10 +01:00
parent 8ada09a7fa
commit 4d5c7caaed

View File

@@ -339,7 +339,9 @@ if [ "$1" = "status" ]; then
# if there is a system drive but its smaller than systemMinGB - boot from storage
if [ ${systemSizeGB} -lt ${systemMinGB} ] && [ ${storageSizeGB} -gt ${storagePrunedMinGB} ]; then
echo "# system too small - boot from storage"
bootFromStorage=1
bootFromStorage=1
systemDevice=""
systemSizeGB=""
# otherwise remove the system device from the list
else