From 65430735c1fc3dbc37a94dea2f08696e80a8430a Mon Sep 17 00:00:00 2001 From: ewilly Date: Sat, 20 Nov 2021 17:12:10 +0100 Subject: [PATCH] Fix --- scripts/restore | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scripts/restore b/scripts/restore index 7e477f2..9805564 100644 --- a/scripts/restore +++ b/scripts/restore @@ -79,9 +79,6 @@ ynh_restore_file --origin_path="/etc/logrotate.d/$app" ynh_script_progression --message="Restoring nginx web server..." ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf" ynh_systemd_action --service_name=nginx --action=reload - -# access url (first try always failed to Nginx page) -ynh_script_progression --message="Opening $app local page..." -ynh_exec_fully_quiet ynh_local_curl +ynh_exec_fully_quiet sleep 60s #Only necessary for CI test otherwise curl failed to nginx page ynh_script_progression --message="Recovery of $app completed" --last