mirror of
https://github.com/YunoHost-Apps/glitchsoc_ynh.git
synced 2024-09-03 19:15:59 +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
|
# RELOAD NGINX AND PHP-FPM
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
systemctl reload "$app-web" "$app-sidekiq" "$app-streaming"
|
systemctl restart "$app-web" "$app-sidekiq" "$app-streaming"
|
||||||
systemctl reload nginx
|
systemctl reload nginx
|
||||||
|
|
Loading…
Add table
Reference in a new issue