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