From 4add1ba37d87731e31e05bc33b877820365df8c7 Mon Sep 17 00:00:00 2001 From: Krakinou Date: Sun, 16 Dec 2018 19:18:18 +0100 Subject: [PATCH] start service after reload --- scripts/restore | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/restore b/scripts/restore index 50a3bfe..82e78f4 100755 --- a/scripts/restore +++ b/scripts/restore @@ -125,3 +125,4 @@ ynh_app_setting_delete $app backup_core_only #================================================= systemctl reload nginx +systemctl start $app.service