diff --git a/scripts/install b/scripts/install index 7194a63..caf57a7 100755 --- a/scripts/install +++ b/scripts/install @@ -115,9 +115,6 @@ 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 70a79e5..41d4af9 100755 --- a/scripts/remove +++ b/scripts/remove @@ -29,7 +29,6 @@ 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