From 31206e39746e754a358f5f84c8e7c1e1ebfdf191 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Wed, 8 Jan 2025 15:44:07 +0100 Subject: [PATCH] no-storage --- 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 3beba617a..847d478f7 100644 --- a/home.admin/config.scripts/blitz.data.sh +++ b/home.admin/config.scripts/blitz.data.sh @@ -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