removed colour resetting echo lines
This commit is contained in:
parent
40a2804b48
commit
01e248a14f
5
setup.sh
5
setup.sh
@ -129,7 +129,7 @@ while true; do
|
|||||||
CertPath="${inputCertPath}"
|
CertPath="${inputCertPath}"
|
||||||
break
|
break
|
||||||
else
|
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
|
while true; do
|
||||||
read -p "Do you want to use this path anyways? " yn
|
read -p "Do you want to use this path anyways? " yn
|
||||||
case $yn in
|
case $yn in
|
||||||
@ -148,7 +148,6 @@ while true; do
|
|||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
echo -e "${norm}"
|
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
@ -170,7 +169,7 @@ while true; do
|
|||||||
KeyPath="${inputKeyPath}"
|
KeyPath="${inputKeyPath}"
|
||||||
break
|
break
|
||||||
else
|
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
|
while true; do
|
||||||
read -p "Do you want to use this path anyways? " yn
|
read -p "Do you want to use this path anyways? " yn
|
||||||
case $yn in
|
case $yn in
|
||||||
|
Loading…
Reference in New Issue
Block a user