1
0
mirror of https://github.com/Nyr/openvpn-install.git synced 2024-11-24 05:56:08 +03:00
This commit is contained in:
Tercio Gaudencio Filho 2016-11-16 17:58:13 -02:00 committed by GitHub
parent 67b31c75e4
commit 332ffb03c5

View File

@ -127,7 +127,7 @@ if [[ -e /etc/openvpn/server.conf ]]; then
echo "Certificate for client $CLIENT revoked" echo "Certificate for client $CLIENT revoked"
else else
echo "" echo ""
echo "You selected a invalid client!" echo "You selected an invalid client!"
exit 7 exit 7
fi fi
exit exit