storagepanel: default 24_bay

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-05-12 15:39:46 +02:00
parent 2375acbfba
commit 3c171e9829

View File

@ -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