diff --git a/home.admin/config.scripts/blitz.data.sh b/home.admin/config.scripts/blitz.data.sh index eb9e22deb..b913fa3ce 100644 --- a/home.admin/config.scripts/blitz.data.sh +++ b/home.admin/config.scripts/blitz.data.sh @@ -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=""