no-storage

This commit is contained in:
rootzoll
2025-01-08 15:44:07 +01:00
parent 2da5e0b164
commit 31206e3974

View File

@@ -467,7 +467,7 @@ if [ "$1" = "status" ]; then
# nodata: no drives >64GB connected
elif [ ${#storageDevice} -eq 0 ]; then
scenario="nodata"
scenario="no-storage"
# ready: Proxmox VM with all seperated drives mounted
elif [ ${#storageMountedPath} -gt 0 ] && [ ${#dataMountedPath} -gt 0 ] && [ ${#systemMountedPath} -gt 0 ]; then