From 7a68ba1c3ee39d54d791e9e35844e787a237e26c Mon Sep 17 00:00:00 2001 From: Jocelyn Delalande Date: Mon, 19 Jun 2017 14:48:19 +0200 Subject: [PATCH] Revert "[ehn] Remove useless lines" This reverts commit 2c7cb29974fc2784fea9d9eaa847aacdac449db7. This commit made package checker failling. --- scripts/install | 3 +++ scripts/remove | 1 + 2 files changed, 4 insertions(+) diff --git a/scripts/install b/scripts/install index 8cf1987..44cf07b 100755 --- a/scripts/install +++ b/scripts/install @@ -110,6 +110,9 @@ sudo service nginx reload # Start backend sudo service supervisor restart +# Reconfigure sso +sudo yunohost app ssowatconf + # Wait that gunicorn is ready to consider the install finished, that is to # avoid HTTP 502 right after installation for i in `seq 1 120` diff --git a/scripts/remove b/scripts/remove index e7c94a4..29ec67b 100755 --- a/scripts/remove +++ b/scripts/remove @@ -30,6 +30,7 @@ sudo rm /etc/nginx/conf.d/$domain.d/ihatemoney.conf sudo supervisorctl stop budget sudo service supervisor force-reload sudo service nginx reload +sudo yunohost app ssowatconf # Delete user sudo userdel ihatemoney