From afeefc7f853e0298017a290454e7a82261d1c507 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lebleu?= Date: Tue, 26 Apr 2016 15:14:23 +0200 Subject: [PATCH] [fix] Do not call ssowatconf which is already done at the end --- scripts/install | 1 - scripts/remove | 1 - scripts/upgrade | 2 -- 3 files changed, 4 deletions(-) diff --git a/scripts/install b/scripts/install index 118bbce..d7f2ae6 100755 --- a/scripts/install +++ b/scripts/install @@ -68,4 +68,3 @@ fi # Restart services sudo service nginx reload -sudo yunohost app ssowatconf diff --git a/scripts/remove b/scripts/remove index bb1556d..6bf0b02 100755 --- a/scripts/remove +++ b/scripts/remove @@ -24,4 +24,3 @@ sudo rm -f /etc/nginx/conf.d/$domain.d/$app.conf # Restart services sudo service nginx reload -sudo yunohost app ssowatconf diff --git a/scripts/upgrade b/scripts/upgrade index e490def..1d7a349 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -56,5 +56,3 @@ fi # Restart services sudo service nginx reload -sudo yunohost app ssowatconf -