diff --git a/usr/bin/archboot-km.sh b/usr/bin/archboot-km.sh index abcbd3ab4..754a9a8bc 100755 --- a/usr/bin/archboot-km.sh +++ b/usr/bin/archboot-km.sh @@ -4,7 +4,7 @@ ANSWER="/tmp/.km" TITLE="Arch Linux Keymap And Console Font Setting" LIST_MAPS="localectl list-keymaps --no-pager" -rebif [[ "${1}" = "--setup" ]]; then +if [[ "${1}" = "--setup" ]]; then EXIT="Return to Main Menu" else EXIT="Exit"