From f6a7ec84ff955c40b9eded5588bb4a08eaae8c4b Mon Sep 17 00:00:00 2001 From: Richard Skumat Date: Sun, 28 Feb 2016 18:58:45 +0000 Subject: [PATCH] Replaced the original prompt 1 for DNS selection. --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 3dd75d6..933579b 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -193,7 +193,7 @@ else echo " 4) NTT" echo " 5) Hurricane Electric" echo " 6) You specify the DNS server IP-s" - read -p "DNS [1-6]: " -e -i 6 DNS + read -p "DNS [1-6]: " -e -i 1 DNS if [[ "$DNS" = '6' ]]; then echo "Please leave a space between DNS IP entries" echo "Example: 8.8.8.8 8.8.4.4 129.250.35.250"