mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-24 18:03:13 +02:00
make sure to ignore result
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user