diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-18 22:58:22 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2019-11-18 22:58:22 +0100 |
commit | 8bc0c10024ac64df92332f4be58a98c12baa83ab (patch) | |
tree | 82cc1307ad897b138a8e6701d08795908b44ea26 | |
parent | Few color changes (diff) | |
download | arch-installer-8bc0c10024ac64df92332f4be58a98c12baa83ab.tar.gz arch-installer-8bc0c10024ac64df92332f4be58a98c12baa83ab.tar.bz2 arch-installer-8bc0c10024ac64df92332f4be58a98c12baa83ab.tar.xz arch-installer-8bc0c10024ac64df92332f4be58a98c12baa83ab.tar.zst arch-installer-8bc0c10024ac64df92332f4be58a98c12baa83ab.zip |
-e Forgotten
-rwxr-xr-x | joes-arch-install-UEFI.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/joes-arch-install-UEFI.sh b/joes-arch-install-UEFI.sh index bc53827..224df0d 100755 --- a/joes-arch-install-UEFI.sh +++ b/joes-arch-install-UEFI.sh @@ -222,7 +222,7 @@ __G" # # #=====================================================#${END}" echo && echo - echo "${BBLUE}Is that correct? [y/N]" + echo -e "${BBLUE}Is that correct? [y/N]" echo -n -e "${BBLUE}> " read -r answr if [[ $answr != y && $answr != Y && $answr != yes && $answr != Yes && $answr != YES ]]; then |