1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/glitchsoc_ynh.git synced 2024-09-03 19:15:59 +02:00

Merge pull request #2 from YunoHost-Apps/master

[fix] SSO reload on upgrade
This commit is contained in:
nemsia 2017-04-20 17:07:36 +02:00 committed by GitHub
commit 51a9103c40

View file

@ -55,5 +55,8 @@ sudo systemctl reload nginx
# Set app public # Set app public
ynh_app_setting_set "$app" unprotected_uris "/" ynh_app_setting_set "$app" unprotected_uris "/"
# Reload SSOwat configuration
sudo yunohost app ssowatconf
# Restart Mastodon # Restart Mastodon
sudo systemctl start mastodon-*.service sudo systemctl start mastodon-*.service