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

Replace reload on restore script

This commit is contained in:
nemsia 2018-06-13 13:59:47 +02:00
parent d040fe191e
commit 4e3f28968c

View file

@ -158,5 +158,5 @@ systemctl enable "$app-web" "$app-sidekiq" "$app-streaming"
# RELOAD NGINX AND PHP-FPM
#=================================================
systemctl reload "$app-web" "$app-sidekiq" "$app-streaming"
systemctl restart "$app-web" "$app-sidekiq" "$app-streaming"
systemctl reload nginx