From 01e248a14f3d6709a2757b06031de9ec6b060049 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Fri, 4 Jan 2019 23:18:43 -0700 Subject: [PATCH] removed colour resetting echo lines --- setup.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/setup.sh b/setup.sh index 6af31fe..4dfa56c 100644 --- a/setup.sh +++ b/setup.sh @@ -129,7 +129,7 @@ while true; do CertPath="${inputCertPath}" break else - echo -e "\n${warn}The file you specified doesn't exist" + echo -e "\n${warn}The file you specified doesn't exist${norm}" while true; do read -p "Do you want to use this path anyways? " yn case $yn in @@ -148,7 +148,6 @@ while true; do break fi fi - echo -e "${norm}" ;; esac done @@ -170,7 +169,7 @@ while true; do KeyPath="${inputKeyPath}" break else - echo -e "\n${warn}The file you specified doesn't exist" + echo -e "\n${warn}The file you specified doesn't exist${norm}" while true; do read -p "Do you want to use this path anyways? " yn case $yn in