fix nodata

This commit is contained in:
rootzoll
2025-01-07 17:58:06 +01:00
parent 2105890ee9
commit e4edbfcef3

View File

@@ -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