From e4edbfcef3612f1859fcc95125becc72bcc946a1 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Tue, 7 Jan 2025 17:58:06 +0100 Subject: [PATCH] fix nodata --- home.admin/config.scripts/blitz.data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/config.scripts/blitz.data.sh b/home.admin/config.scripts/blitz.data.sh index b58db4aaa..24177dc8d 100644 --- a/home.admin/config.scripts/blitz.data.sh +++ b/home.admin/config.scripts/blitz.data.sh @@ -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