Update warning

This commit is contained in:
Angristan 2018-08-18 19:36:33 +02:00
parent 6a65d4a8e0
commit a1aef3e120

View file

@ -127,7 +127,7 @@ if [[ -e /etc/openvpn/server.conf ]]; then
./easyrsa build-client-full $CLIENT nopass ./easyrsa build-client-full $CLIENT nopass
;; ;;
2) 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 ./easyrsa build-client-full $CLIENT
;; ;;
esac esac
@ -508,7 +508,7 @@ WantedBy=multi-user.target" > /etc/systemd/system/iptables.service
./easyrsa build-client-full $CLIENT nopass ./easyrsa build-client-full $CLIENT nopass
;; ;;
2) 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 ./easyrsa build-client-full $CLIENT
;; ;;
esac esac