mirror of
https://github.com/AuxXxilium/arc-addons.git
synced 2024-11-23 13:40:51 +07:00
storagepanel: fix default
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
92314d2a01
commit
212cca280c
@ -76,7 +76,10 @@ if [ -z "${HDD_BAY}" ]; then
|
||||
done
|
||||
IDX=$((IDX + 1))
|
||||
done
|
||||
HDD_BAY=${HDD_BAY:-RACK_24_Bay}
|
||||
if [ ${IDX} -gt 24 ]
|
||||
HDD_BAY=RACK_24_Bay
|
||||
fi
|
||||
HDD_BAY=${HDD_BAY:-RACK_60_Bay}
|
||||
fi
|
||||
|
||||
if [ -z "${SSD_BAY}" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user