aboutsummaryrefslogtreecommitdiff
path: root/scripts/restore
diff options
context:
space:
mode:
authornemsia <nemsia@nemsia.org>2018-06-13 13:59:47 +0200
committernemsia <nemsia@nemsia.org>2018-06-13 13:59:47 +0200
commit4e3f28968c4d746a9ffbce43f98cc9c5783f204f (patch)
tree25735db4aac0d1d17acb66a8c6828039aae64456 /scripts/restore
parentd040fe191e1894d70e5a413c29d9b82b5ea34263 (diff)
downloadmastodon_ynh-4e3f28968c4d746a9ffbce43f98cc9c5783f204f.tar.gz
mastodon_ynh-4e3f28968c4d746a9ffbce43f98cc9c5783f204f.tar.bz2
mastodon_ynh-4e3f28968c4d746a9ffbce43f98cc9c5783f204f.zip
Replace reload on restore script
Diffstat (limited to 'scripts/restore')
-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