mirror of
https://github.com/AuxXxilium/arc-addons.git
synced 2024-11-23 21:50:52 +07:00
storagepanel: fix
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
212cca280c
commit
2cfc7c5eef
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user