From 37c512402468ce476630b840e103c8e3410e11ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Tue, 30 Jan 2024 23:43:55 +0100 Subject: [PATCH] debug --- scripts/install | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/install b/scripts/install index fdee59c..d3a6f83 100755 --- a/scripts/install +++ b/scripts/install @@ -56,6 +56,8 @@ chmod -R 750 "/var/log/$app" #================================================= ynh_script_progression --message="Starting a systemd service..." --weight=1 +ynh_exec_warn nginx -t + ynh_systemd_action --service_name="$app" --action="restart" --log_path="systemd" ynh_systemd_action --service_name="stunnel4" --action="restart" --log_path="systemd"