From 2cfc7c5eef36ab19368c46e83e17509176364ae3 Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Sun, 12 May 2024 21:01:14 +0200 Subject: [PATCH] storagepanel: fix Signed-off-by: AuxXxilium --- storagepanel/all/usr/bin/storagepanel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/storagepanel/all/usr/bin/storagepanel.sh b/storagepanel/all/usr/bin/storagepanel.sh index d1377fe..f89b94c 100755 --- a/storagepanel/all/usr/bin/storagepanel.sh +++ b/storagepanel/all/usr/bin/storagepanel.sh @@ -77,7 +77,7 @@ if [ -z "${HDD_BAY}" ]; then IDX=$((IDX + 1)) done if [ ${IDX} -gt 24 ] - HDD_BAY=RACK_24_Bay + HDD_BAY="RACK_24_Bay" fi HDD_BAY=${HDD_BAY:-RACK_60_Bay} fi