mirror of
https://github.com/YunoHost-Apps/thelounge_ynh.git
synced 2024-09-03 20:35:54 +02:00
[fix] Restart shout at the end of the upgrade
This commit is contained in:
parent
6e63bb622e
commit
2566a76da8
1 changed files with 1 additions and 1 deletions
|
@ -51,5 +51,5 @@ fi
|
|||
# Reload Nginx, shout and regenerate SSOwat conf
|
||||
sudo service nginx reload
|
||||
sudo systemctl enable shout
|
||||
sudo systemctl start shout || sudo systemctl restart shout
|
||||
sudo systemctl restart shout || sudo systemctl start shout
|
||||
sudo yunohost app ssowatconf
|
||||
|
|
Loading…
Add table
Reference in a new issue