From e548a61dccf284c6538b34fb1da9e0c619f3da98 Mon Sep 17 00:00:00 2001 From: Seeder101 Date: Sun, 11 Dec 2016 15:58:06 +0300 Subject: [PATCH 1/2] Update openvpn-install.sh change sould to should --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 5ddbd67..934f4ee 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -193,7 +193,7 @@ else echo "" echo "I need to know the IPv4 address of the network interface you want OpenVPN listening to." echo "If you server is running behind a NAT, (e.g. LowEndSpirit, Scaleway) leave the IP adress as it is. (local/private IP)" - echo "Otherwise, it sould be your public IPv4 address." + echo "Otherwise, it should be your public IPv4 address." read -p "IP address: " -e -i $IP IP echo "" echo "What port do you want for OpenVPN?" From 89925cbbe854741d75f370be0525e8cf64b6c961 Mon Sep 17 00:00:00 2001 From: Seeder101 Date: Sun, 11 Dec 2016 16:03:40 +0300 Subject: [PATCH 2/2] Update openvpn-install.sh change sould to should and correct adress to address in line 195 --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 934f4ee..cee3e36 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -192,7 +192,7 @@ else echo "You can leave the default options and just press enter if you are ok with them" echo "" echo "I need to know the IPv4 address of the network interface you want OpenVPN listening to." - echo "If you server is running behind a NAT, (e.g. LowEndSpirit, Scaleway) leave the IP adress as it is. (local/private IP)" + echo "If your server is running behind a NAT, (e.g. LowEndSpirit, Scaleway) leave the IP address as it is. (local/private IP)" echo "Otherwise, it should be your public IPv4 address." read -p "IP address: " -e -i $IP IP echo ""