moved echo line that corrected for prompt colour
This commit is contained in:
parent
276f13207b
commit
40a2804b48
4
setup.sh
4
setup.sh
@ -132,7 +132,6 @@ while true; do
|
||||
echo -e "\n${warn}The file you specified doesn't exist"
|
||||
while true; do
|
||||
read -p "Do you want to use this path anyways? " yn
|
||||
echo -e "${norm}"
|
||||
case $yn in
|
||||
[Yy]*)
|
||||
CertPath="${inputCertPath}"
|
||||
@ -149,6 +148,7 @@ while true; do
|
||||
break
|
||||
fi
|
||||
fi
|
||||
echo -e "${norm}"
|
||||
;;
|
||||
esac
|
||||
done
|
||||
@ -173,7 +173,6 @@ while true; do
|
||||
echo -e "\n${warn}The file you specified doesn't exist"
|
||||
while true; do
|
||||
read -p "Do you want to use this path anyways? " yn
|
||||
echo -e "${norm}"
|
||||
case $yn in
|
||||
[Yy]*)
|
||||
KeyPath="${inputKeyPath}"
|
||||
@ -190,6 +189,7 @@ while true; do
|
||||
break
|
||||
fi
|
||||
fi
|
||||
echo -e "${norm}"
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user