From 80ed0d977b50cb00081cfa283ad80b85350469b4 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 15 Dec 2023 15:57:46 +0100 Subject: [PATCH] =?UTF-8?q?Moar=20debug=E2=81=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index eda1641..9ea27a6 100644 --- a/scripts/install +++ b/scripts/install @@ -61,8 +61,9 @@ ynh_script_progression --message="Starting app's systemd service..." # Start a systemd service ynh_systemd_action --service_name=${app} --action="start" --log_path="/var/log/${app}/${app}.log" + # FIXME : temporary debug -ynh_print_info --message="$(namei -l $install_dir/inst-$app/static/lucterios.framework/web/index.html)" +sleep 10 # Maybe the service needs a few seconds to actually start ... ynh_print_info --message="$(curl --insecure -L -v https://$domain$path)" #=================================================