diff --git a/scripts/install b/scripts/install index 61575c0..57f85db 100644 --- a/scripts/install +++ b/scripts/install @@ -62,9 +62,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)" -ynh_print_info --message="$(curl --insecure -L -v https://$domain$path)" +sleep 10 # Maybe the service needs a few seconds to actually start ... #================================================= # END OF SCRIPT