From 6463979cc74da3bf6f368daa8b6b554ac81c4855 Mon Sep 17 00:00:00 2001 From: Angristan Date: Tue, 8 Mar 2016 17:12:09 +0100 Subject: [PATCH] Update openvpn-install.sh --- openvpn-install.sh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index c2365b1..6699817 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -114,16 +114,6 @@ if [[ -e /etc/openvpn/server.conf ]]; then rm -rf pki/issued/$CLIENT.crt rm -rf /etc/openvpn/crl.pem cp /etc/openvpn/easy-rsa/pki/crl.pem /etc/openvpn/crl.pem - # And restart - if pgrep systemd-journal; then - systemctl restart openvpn@server.service - else - if [[ "$OS" = 'debian' ]]; then - /etc/init.d/openvpn restart - else - service openvpn restart - fi - fi echo "" echo "Certificate for client $CLIENT revoked" exit