This commit is contained in:
rootzoll
2025-01-08 15:57:12 +01:00
parent ad2352a01e
commit a8225620d5

View File

@@ -309,9 +309,8 @@ if [ "$1" = "status" ]; then
# remove the storage device from the list
listOfDevices=$(echo "${listOfDevices}" | grep -v "${storageDevice}")
# no storage device found
# no storage device found (system seems only device)
if [ "${systemDevice}" = "${storageDevice}" ]; then
echo "# ERROR: no free storage found"
scenario="error:no-storage"
storageDevice=""
storageSizeGB=""