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:
parent
d040fe191e
commit
4e3f28968c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue