diff --git a/openvpn-install.sh b/openvpn-install.sh index 2ce215b..21d03b7 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -560,7 +560,7 @@ function installOpenVPN () { echo "" echo "Continuing will update your installed packages and install needed ones." echo "" - unset $CONTINUE + unset CONTINUE until [[ $CONTINUE =~ (y|n) ]]; do read -rp "Continue? [y/n]: " -e -i y CONTINUE done