aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2019-11-18 22:58:22 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2019-11-18 22:58:22 +0100
commit8bc0c10024ac64df92332f4be58a98c12baa83ab (patch)
tree82cc1307ad897b138a8e6701d08795908b44ea26
parentFew color changes (diff)
downloadarch-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-xjoes-arch-install-UEFI.sh2
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