Merge pull request #7 from AuxXxilium/dev

storage: fix typo
This commit is contained in:
Christian 2024-03-14 20:23:00 +01:00 committed by GitHub
commit 8fb6240a37
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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