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:
parent
1786cd8461
commit
cb647115f3
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
ynh_systemd_action --service_name=${app} --action="start" --log_path="/var/log/${app}/${app}.log"
|
||||||
|
|
||||||
# FIXME : temporary debug
|
# FIXME : temporary debug
|
||||||
ynh_print_info "$(ls $install_dir/inst-$app/static/lucterios.framework/web)"
|
ynh_print_info --message="$(namei -l $install_dir/inst-$app/static/lucterios.framework/web/index.html)"
|
||||||
ynh_print_info "$(journalctl -u $app --no-pager --no-hostname)"
|
ynh_print_info --message="$(curl -L -v https://$domain$path)"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# END OF SCRIPT
|
# END OF SCRIPT
|
||||||
|
|
Loading…
Reference in a new issue