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