From dfc13be46c6e3d5ce02483372181033f48d69121 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lebleu?= Date: Tue, 24 May 2016 22:36:41 +0200 Subject: [PATCH] [fix] Do not call ssowatconf - it's done by the moulinette --- scripts/install | 1 - scripts/restore | 1 - scripts/upgrade | 1 - 3 files changed, 3 deletions(-) diff --git a/scripts/install b/scripts/install index e778bf8..e4f8308 100644 --- a/scripts/install +++ b/scripts/install @@ -75,4 +75,3 @@ sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/$app.conf # Reload Nginx and regenerate SSOwat conf sudo service nginx reload sudo yunohost app setting $app skipped_uris -v "/public.php,/api" -sudo yunohost app ssowatconf diff --git a/scripts/restore b/scripts/restore index 4e0a85e..6e46b9e 100644 --- a/scripts/restore +++ b/scripts/restore @@ -67,4 +67,3 @@ sudo service nginx reload # Set ssowat config sudo yunohost app setting $app skipped_uris -v "/public.php,/api" -sudo yunohost app ssowatconf diff --git a/scripts/upgrade b/scripts/upgrade index 0abc9e4..762cba0 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -34,7 +34,6 @@ sudo sed -i "s@ALIASTOCHANGE@$final_path/@g" ../conf/nginx.conf sudo cp ../conf/nginx.conf /etc/nginx/conf.d/$domain.d/$app.conf sudo service nginx reload -sudo yunohost app ssowatconf sudo yunohost app setting $app skipped_uris -v "/public.php,/api" # Update database schema