From 42d2b7456fdb1fb88f7e563e092a1c54bfec35c9 Mon Sep 17 00:00:00 2001 From: Angristan Date: Sat, 18 Aug 2018 19:28:03 +0200 Subject: [PATCH] Wrong case for the warning --- openvpn-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 8ff3169..da3c74c 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -122,10 +122,10 @@ if [[ -e /etc/openvpn/server.conf ]]; then cd /etc/openvpn/easy-rsa/ case $pass in 1) - echo "⚠️ You will be asked for the client password below" ./easyrsa build-client-full $CLIENT nopass ;; 2) + echo "⚠️ You will be asked for the client password below" ./easyrsa build-client-full $CLIENT ;; esac @@ -501,10 +501,10 @@ WantedBy=multi-user.target" > /etc/systemd/system/iptables.service ./easyrsa build-server-full $SERVER_NAME nopass case $pass in 1) - echo "⚠️ You will be asked for the client password below" ./easyrsa build-client-full $CLIENT nopass ;; 2) + echo "⚠️ You will be asked for the client password below" ./easyrsa build-client-full $CLIENT ;; esac