From 4e3f28968c4d746a9ffbce43f98cc9c5783f204f Mon Sep 17 00:00:00 2001 From: nemsia Date: Wed, 13 Jun 2018 13:59:47 +0200 Subject: [PATCH] Replace reload on restore script --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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