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

Set public app on upgrade

This commit is contained in:
nemsia 2017-04-20 15:10:35 +02:00 committed by GitHub
parent 17cd3ab7a7
commit 7af1f88be4

View file

@ -51,5 +51,9 @@ COMMANDS
# Reload Nginx
sudo systemctl reload nginx
# Set app public
ynh_app_setting_set "$app" unprotected_uris "/"
# Restart Mastodon
sudo systemctl start mastodon-*.service