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