From 615d15131c35e2a14fcca803ff000a72ac3da51b Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 23 Jun 2021 15:09:35 +0200 Subject: [PATCH] Fix --- check_process | 2 +- scripts/install | 2 ++ scripts/restore | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/check_process b/check_process index 43e7848..a0a8c6f 100644 --- a/check_process +++ b/check_process @@ -1,7 +1,7 @@ ;; Test complet ; Manifest domain="domain.tld" - path="/" + path="/path" is_public=1 ; Checks pkg_linter=1 diff --git a/scripts/install b/scripts/install index e07feae..a68cdf0 100644 --- a/scripts/install +++ b/scripts/install @@ -122,6 +122,8 @@ ynh_script_progression --message="Starting a systemd service..." --weight=2 # Start a systemd service ynh_systemd_action --service_name=$app --action=start --log_path="systemd" +sleep 60 + #================================================= # SETUP SSOWAT #================================================= diff --git a/scripts/restore b/scripts/restore index 103149e..23110a6 100644 --- a/scripts/restore +++ b/scripts/restore @@ -45,7 +45,7 @@ test ! -d $final_path \ #================================================= # RESTORE THE NGINX CONFIGURATION #================================================= -ynh_script_progression --message="Restoring the NGINX configuration..." +ynh_script_progression --message="Restoring the NGINX configuration..." --weight=1 ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf"