mirror of
https://github.com/AuxXxilium/arc-c.git
synced 2024-11-23 23:11:08 +07:00
commit
8fb6240a37
@ -145,7 +145,7 @@ function getmapSelection() {
|
|||||||
# Show recommended Option to user
|
# Show recommended Option to user
|
||||||
if [[ -n "${SATAREMAP}" && "${EXTERNALCONTROLLER}" = "true" && "${MACHINE}" = "NATIVE" ]]; then
|
if [[ -n "${SATAREMAP}" && "${EXTERNALCONTROLLER}" = "true" && "${MACHINE}" = "NATIVE" ]]; then
|
||||||
writeConfigKey "arc.remap" "maxports" "${USER_CONFIG_FILE}"
|
writeConfigKey "arc.remap" "maxports" "${USER_CONFIG_FILE}"
|
||||||
elif [[ -n "${SATAREMAP}" && "${EXTERNALCONTROLLER}" = "true" ]]; then
|
elif [[ -n "${SATAREMAP}" && "${EXTERNALCONTROLLER}" = "false" ]]; then
|
||||||
writeConfigKey "arc.remap" "remap" "${USER_CONFIG_FILE}"
|
writeConfigKey "arc.remap" "remap" "${USER_CONFIG_FILE}"
|
||||||
else
|
else
|
||||||
writeConfigKey "arc.remap" "acports" "${USER_CONFIG_FILE}"
|
writeConfigKey "arc.remap" "acports" "${USER_CONFIG_FILE}"
|
||||||
|
Loading…
Reference in New Issue
Block a user