diff --git a/scripts/restore b/scripts/restore index 8cd72ed..f8c6e66 100644 --- a/scripts/restore +++ b/scripts/restore @@ -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