From 3c171e9829311ca4c029d7503afb1617205f93c8 Mon Sep 17 00:00:00 2001 From: AuxXxilium Date: Sun, 12 May 2024 15:39:46 +0200 Subject: [PATCH] storagepanel: default 24_bay 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 3fe7932..d89173c 100755 --- a/storagepanel/all/usr/bin/storagepanel.sh +++ b/storagepanel/all/usr/bin/storagepanel.sh @@ -76,7 +76,7 @@ if [ -z "${HDD_BAY}" ]; then done IDX=$((IDX + 1)) done - HDD_BAY=${HDD_BAY:-RACK_60_Bay} + HDD_BAY=${HDD_BAY:-RACK_24_Bay} fi if [ -z "${SSD_BAY}" ]; then