mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-23 00:27:47 +02:00
fix nodata
This commit is contained in:
@@ -335,7 +335,7 @@ if [ "$1" = "status" ]; then
|
|||||||
scenario="migration"
|
scenario="migration"
|
||||||
|
|
||||||
# nodata: no drives >64GB connected
|
# nodata: no drives >64GB connected
|
||||||
elif [ ${#storageDevice} -eq 0 ] && [ ${#storageDevice} -eq 0 ] && [ ${#storageDevice} -eq 0 ]; then
|
elif [ ${#storageDevice} -eq 0 ]; then
|
||||||
scenario="nodata"
|
scenario="nodata"
|
||||||
|
|
||||||
# ready: Proxmox VM with all seperated drives mounted
|
# ready: Proxmox VM with all seperated drives mounted
|
||||||
|
Reference in New Issue
Block a user