diff --git a/openvpn-install.sh b/openvpn-install.sh index c119911..3bf222d 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -181,7 +181,7 @@ private-address: ::ffff:0:0/96" >> /etc/unbound/unbound.conf echo "No other changes are made to the current configuration." while [[ $CONTINUE != "y" && $CONTINUE != "n" ]]; do - read -rp "Apply configuration changes? [y/n]: " -e local CONTINUE + read -rp "Apply configuration changes? [y/n]: " -e CONTINUE done if [[ $CONTINUE = "y" ]]; then