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"
|
echo -e "\n${warn}The file you specified doesn't exist"
|
||||||
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
|
||||||
echo -e "${norm}"
|
|
||||||
case $yn in
|
case $yn in
|
||||||
[Yy]*)
|
[Yy]*)
|
||||||
CertPath="${inputCertPath}"
|
CertPath="${inputCertPath}"
|
||||||
@ -149,6 +148,7 @@ while true; do
|
|||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
echo -e "${norm}"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
@ -173,7 +173,6 @@ while true; do
|
|||||||
echo -e "\n${warn}The file you specified doesn't exist"
|
echo -e "\n${warn}The file you specified doesn't exist"
|
||||||
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
|
||||||
echo -e "${norm}"
|
|
||||||
case $yn in
|
case $yn in
|
||||||
[Yy]*)
|
[Yy]*)
|
||||||
KeyPath="${inputKeyPath}"
|
KeyPath="${inputKeyPath}"
|
||||||
@ -190,6 +189,7 @@ while true; do
|
|||||||
break
|
break
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
echo -e "${norm}"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user