From 824a083cd7b6ca12ce1f047dbaa1d773abb67293 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josu=C3=A9=20Tille?= Date: Wed, 16 Aug 2017 14:34:36 +0200 Subject: [PATCH] Reload nginx after restore --- scripts/restore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index ce34e74..099a68e 100644 --- a/scripts/restore +++ b/scripts/restore @@ -19,4 +19,5 @@ ynh_webpath_available $domain $path || ynh_die "$domain/$path is not available, # Restore all config and data ynh_restore - +# Reload nginx +systemctl reload nginx.service