mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-26 03:28:04 +02:00
add info
This commit is contained in:
@@ -309,9 +309,8 @@ if [ "$1" = "status" ]; then
|
|||||||
# remove the storage device from the list
|
# remove the storage device from the list
|
||||||
listOfDevices=$(echo "${listOfDevices}" | grep -v "${storageDevice}")
|
listOfDevices=$(echo "${listOfDevices}" | grep -v "${storageDevice}")
|
||||||
|
|
||||||
# no storage device found
|
# no storage device found (system seems only device)
|
||||||
if [ "${systemDevice}" = "${storageDevice}" ]; then
|
if [ "${systemDevice}" = "${storageDevice}" ]; then
|
||||||
echo "# ERROR: no free storage found"
|
|
||||||
scenario="error:no-storage"
|
scenario="error:no-storage"
|
||||||
storageDevice=""
|
storageDevice=""
|
||||||
storageSizeGB=""
|
storageSizeGB=""
|
||||||
|
Reference in New Issue
Block a user