From 2eee80fd931266c0d651f6e7c560bd982a052838 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Wed, 8 Jun 2016 00:31:48 +0200 Subject: [PATCH] [fix] bad condition --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index aaa1c21..751965c 100644 --- a/scripts/install +++ b/scripts/install @@ -45,6 +45,6 @@ sudo yunohost app fetchlist -n labriqueinternet -u https://labriqueinter.net/app install_renew_cert # vpn is not running, let's assume for now that this mean that the vpn is broken -if [ ! "$(grep '^port 1194' /etc/openvpn/client.conf)" ]; then +if [ ! "$(grep '^port 1195' /etc/openvpn/client.conf)" ]; then renew_cert fi -- GitLab