From 060a3005ad75d39e1c4c03ab73e2621814c008b7 Mon Sep 17 00:00:00 2001 From: angristan Date: Sat, 15 Sep 2018 19:15:11 +0200 Subject: [PATCH] Remove pre-input --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 303d0c2..3706f84 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -355,7 +355,7 @@ if [[ -e /etc/openvpn/server.conf ]]; then 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 [[ "$OS" = 'debian' ]]; then