aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/restore2
1 files changed, 1 insertions, 1 deletions
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