1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/diacamma_ynh.git synced 2024-09-03 18:26:10 +02:00

Moar debug

This commit is contained in:
Alexandre Aubin 2023-12-15 15:25:06 +01:00
parent 5dabdda667
commit e8678c441f

View file

@ -62,7 +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)"
ynh_print_info "$(ls $install_dir/inst-$app/static/lucterios.framework/web)"
ynh_print_info "$(journalctl -u $app --no-pager --no-hostname)"
#=================================================
# END OF SCRIPT