mirror of
https://github.com/AuxXxilium/arc-addons.git
synced 2024-11-23 21:50:52 +07:00
disks: rework
Signed-off-by: AuxXxilium <info@auxxxilium.tech>
This commit is contained in:
parent
3364944d77
commit
cf93bc4194
@ -331,6 +331,12 @@ function nondtModel() {
|
||||
hasUSB=true
|
||||
fi
|
||||
done
|
||||
# USB Port Mapping
|
||||
if [ "${2}" = "internal" ]; then
|
||||
hasUSB=true
|
||||
elif [ "${2}" = "external" ]; then
|
||||
hasUSB=false
|
||||
fi
|
||||
# Define 6 is the minimum number of USB disks
|
||||
if [ "${hasUSB}" = "false" ]; then
|
||||
USBMINIDX=$((${MAXDISKS} - 1))
|
||||
|
Loading…
Reference in New Issue
Block a user