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