mirror of
https://github.com/YunoHost-Apps/ihatemoney_ynh.git
synced 2024-09-03 19:26:15 +02:00
[ehn] Remove useless lines
This commit is contained in:
parent
7d38d249f4
commit
2c7cb29974
2 changed files with 0 additions and 4 deletions
|
@ -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`
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue