mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-19 20:24:39 +02:00
add info
This commit is contained in:
@@ -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=""
|
||||
|
Reference in New Issue
Block a user