From cb647115f3ef911e878adf5d45a05d45ec1a32bf Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 15 Dec 2023 15:32:33 +0100 Subject: [PATCH] =?UTF-8?q?Moar=20debug=C2=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 85a8e4e..93e1f46 100644 --- a/scripts/install +++ b/scripts/install @@ -62,8 +62,8 @@ ynh_script_progression --message="Starting app's systemd service..." ynh_systemd_action --service_name=${app} --action="start" --log_path="/var/log/${app}/${app}.log" # FIXME : temporary debug -ynh_print_info "$(ls $install_dir/inst-$app/static/lucterios.framework/web)" -ynh_print_info "$(journalctl -u $app --no-pager --no-hostname)" +ynh_print_info --message="$(namei -l $install_dir/inst-$app/static/lucterios.framework/web/index.html)" +ynh_print_info --message="$(curl -L -v https://$domain$path)" #================================================= # END OF SCRIPT