From 7f3510668769a373cffeaa2dadee1e9fc910f552 Mon Sep 17 00:00:00 2001 From: angristan Date: Sun, 23 Sep 2018 14:30:08 +0200 Subject: [PATCH] Fix condition --- openvpn-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvpn-install.sh b/openvpn-install.sh index bd6b6dc..d42510e 100644 --- a/openvpn-install.sh +++ b/openvpn-install.sh @@ -737,7 +737,7 @@ verb 3" >> /etc/openvpn/server.conf systemctl daemon-reload systemctl restart openvpn-server@server systemctl enable openvpn-server@server - elif [[ "$OS" == 'debian' ]] && [[ "$VERSION_ID" == "16.04"]]; then + elif [[ "$OS" == 'debian' ]] && [[ "$VERSION_ID" == "16.04" ]]; then # On Ubuntu 16.04, we use the package from the OpenVPN repo # This package uses a sysvinit service systemctl enable openvpn