From a8094d69d3f637773b70e733f6ea8efb6ffc3023 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 1 Dec 2020 23:01:43 +0100 Subject: [PATCH] fix a bug during restore --- scripts/restore | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/restore b/scripts/restore index cf8a67c..763c1fb 100755 --- a/scripts/restore +++ b/scripts/restore @@ -86,6 +86,7 @@ ynh_add_fpm_config --usage=low --footprint=low #================================================= ynh_script_progression --message="Reloading nginx web server and php-fpm..." +sleep 10 ynh_systemd_action --service_name=php$YNH_PHP_VERSION-fpm --action=reload ynh_systemd_action --service_name=nginx --action=reload