storagepanel: fix

Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
AuxXxilium 2024-05-12 21:01:14 +02:00
parent 212cca280c
commit 2cfc7c5eef

View File

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