From 9deb44a2244e69bb58395325162849fe96d6aea6 Mon Sep 17 00:00:00 2001 From: Alessandro Partesotti Date: Mon, 24 Apr 2023 18:47:02 +0200 Subject: [PATCH] choice fix --- openvpn-install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index f67c61d..42abdec 100755 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -310,7 +310,6 @@ function installQuestions() { PROTOCOL="tcp" ;; esac - until [[ $LAN_IP =~ "" ]]; do echo "Do wou want to specify a custom LAN network an subnet?" echo " 1) NO (will use 10.8.0.0 and 255.255.255.0)" @@ -330,7 +329,6 @@ function installQuestions() { echo "SUBNET SET TO $LAN_SUBNET_MASK" ;; esac - done echo "" echo "What DNS resolvers do you want to use with the VPN?" echo " 1) Current system resolvers (from /etc/resolv.conf)"