mirror of
https://github.com/YunoHost-Apps/glitchsoc_ynh.git
synced 2024-09-03 19:15:59 +02:00
commit
7aec4035b8
1 changed files with 3 additions and 3 deletions
|
@ -62,6 +62,9 @@ RAILS_ENV=production bundle exec rails assets:precompile
|
||||||
RAILS_ENV=production bundle exec rails db:migrate
|
RAILS_ENV=production bundle exec rails db:migrate
|
||||||
COMMANDS
|
COMMANDS
|
||||||
|
|
||||||
|
# Restart Mastodon
|
||||||
|
sudo systemctl start mastodon-*.service
|
||||||
|
|
||||||
# Reload Nginx
|
# Reload Nginx
|
||||||
sudo systemctl reload nginx
|
sudo systemctl reload nginx
|
||||||
|
|
||||||
|
@ -70,6 +73,3 @@ ynh_app_setting_set "$app" unprotected_uris "/"
|
||||||
|
|
||||||
# Reload SSOwat configuration
|
# Reload SSOwat configuration
|
||||||
sudo yunohost app ssowatconf
|
sudo yunohost app ssowatconf
|
||||||
|
|
||||||
# Restart Mastodon
|
|
||||||
sudo systemctl start mastodon-*.service
|
|
||||||
|
|
Loading…
Reference in a new issue