UX improvements

This commit is contained in:
angristan 2018-09-15 20:34:44 +02:00
parent 9fb6a23389
commit 0b70f84c11

View file

@ -367,7 +367,9 @@ if [[ -e /etc/openvpn/server.conf ]]; then
until [[ $REMOVE_UNBOUND == "y" || $REMOVE_UNBOUND == "n" ]]; do
echo ""
read -rp "Do you want to remove Unbound, too? [y/n]: " -e REMOVE_UNBOUND
echo "If you were already using Unbound before installing OpenVPN, I removed the configuration related to OpenVPN."
echo "You can keep using Unbound as before."
read -rp "Do you want to completely remove Unbound? [y/n]: " -e REMOVE_UNBOUND
done
if [[ "$REMOVE_UNBOUND" = 'y' ]]; then