From cb92aa349b5b21765607f648ca1a09ee8a4ea8e1 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Tue, 19 Nov 2019 11:53:16 +0100 Subject: Forgot -e again --- joes-arch-install-UEFI.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/joes-arch-install-UEFI.sh b/joes-arch-install-UEFI.sh index eb66988..13a9ce8 100755 --- a/joes-arch-install-UEFI.sh +++ b/joes-arch-install-UEFI.sh @@ -318,17 +318,17 @@ if [[ $answr == y || $answr == Y || $answr == yes || $answr == Yes || $answr == echo -n -e "> " read -r -s usrpwd echo && echo - echo -e "${BCYAN}Confirm ${BYELLOW}user ${BCYAN}password:" + echo -e "${BCYAN}Confirm ${BYELLOW}user password:${BCYAN}" echo -n -e "> " read -r -s usrusrpwd if [[ $usrusrpwd != "$usrpwd" ]]; then echo && echo - echo "${BRED}Password mismatch, retrying...${END}" + echo -e "${BRED}Password mismatch, retrying...${END}" sleep 2 fi if [[ $usrpwd == "" ]]; then echo && echo - echo "${BRED}Password is empty, retrying...${END}" + echo -e "${BRED}Password is empty, retrying...${END}" sleep 2 fi done -- cgit v1.2.3