removed colour resetting echo lines

This commit is contained in:
Asif Bacchus 2019-01-04 23:18:43 -07:00
parent 40a2804b48
commit 01e248a14f
1 changed files with 2 additions and 3 deletions

View File

@ -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