Skip to content

Commit

Permalink
Merge pull request #7 from AuxXxilium/dev
Browse files Browse the repository at this point in the history
storage: fix typo
  • Loading branch information
AuxXxilium committed Mar 14, 2024
2 parents a67c989 + 62ce9d8 commit 8fb6240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/initrd/opt/arc/include/storage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ function getmapSelection() {
# Show recommended Option to user
if [[ -n "${SATAREMAP}" && "${EXTERNALCONTROLLER}" = "true" && "${MACHINE}" = "NATIVE" ]]; then
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}"
else
writeConfigKey "arc.remap" "acports" "${USER_CONFIG_FILE}"
Expand Down

0 comments on commit 8fb6240

Please sign in to comment.