mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-28 04:26:28 +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 there is a system drive but its smaller than systemMinGB - boot from storage
|
||||||
if [ ${systemSizeGB} -lt ${systemMinGB} ] && [ ${storageSizeGB} -gt ${storagePrunedMinGB} ]; then
|
if [ ${systemSizeGB} -lt ${systemMinGB} ] && [ ${storageSizeGB} -gt ${storagePrunedMinGB} ]; then
|
||||||
echo "# system too small - boot from storage"
|
echo "# system too small - boot from storage"
|
||||||
bootFromStorage=1
|
bootFromStorage=1
|
||||||
|
systemDevice=""
|
||||||
|
systemSizeGB=""
|
||||||
|
|
||||||
# otherwise remove the system device from the list
|
# otherwise remove the system device from the list
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user