Remove pre-input

This commit is contained in:
angristan 2018-09-15 19:15:11 +02:00
parent 402e59ffe2
commit 060a3005ad

View file

@ -355,7 +355,7 @@ if [[ -e /etc/openvpn/server.conf ]]; then
rm /etc/unbound/${UNBOUND_CONF_D}/openvpn.conf rm /etc/unbound/${UNBOUND_CONF_D}/openvpn.conf
read -rp "Do you want to remove Unbound, too? [y/n]: " -e -i n REMOVE read -rp "Do you want to remove Unbound, too? [y/n]: " -e REMOVE
if [[ "$REMOVE" = 'y' ]]; then if [[ "$REMOVE" = 'y' ]]; then
if [[ "$OS" = 'debian' ]]; then if [[ "$OS" = 'debian' ]]; then