From 9d99b633c6ddea98c944e399305b4d8891ea6465 Mon Sep 17 00:00:00 2001 From: Yalh Date: Sat, 19 Jan 2019 07:50:49 +0100 Subject: [PATCH] fix service restart after restoration --- scripts/restore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/restore b/scripts/restore index 1f6387d..70f3dec 100755 --- a/scripts/restore +++ b/scripts/restore @@ -139,5 +139,5 @@ ynh_restore_file "/etc/logrotate.d/$app" #systemctl reload php5-fpm systemctl reload nginx -systemctl start "$app" +systemctl restart "$app"