From a1aef3e1200684f8a70026dacc3986bc3389b900 Mon Sep 17 00:00:00 2001 From: Angristan Date: Sat, 18 Aug 2018 19:36:33 +0200 Subject: [PATCH] Update warning --- openvpn-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index 0773803..55baad5 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -127,7 +127,7 @@ if [[ -e /etc/openvpn/server.conf ]]; then ./easyrsa build-client-full $CLIENT nopass ;; 2) - echo "⚠️ You will be asked for the client password below" + echo "⚠️ You will be asked for the client password below ⚠️" ./easyrsa build-client-full $CLIENT ;; esac @@ -508,7 +508,7 @@ WantedBy=multi-user.target" > /etc/systemd/system/iptables.service ./easyrsa build-client-full $CLIENT nopass ;; 2) - echo "⚠️ You will be asked for the client password below" + echo "⚠️ You will be asked for the client password below ⚠️" ./easyrsa build-client-full $CLIENT ;; esac