Remove pre-input
This commit is contained in:
parent
402e59ffe2
commit
060a3005ad
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue