mirror of
https://github.com/YunoHost-Apps/diacamma_ynh.git
synced 2024-09-03 18:26:10 +02:00
Yoloadd some temporary debug in install script
This commit is contained in:
parent
4e6865d7bd
commit
5dabdda667
1 changed files with 4 additions and 1 deletions
|
@ -61,7 +61,10 @@ 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 "$(ls $install_dir/inst-$app/static)"
|
||||
|
||||
#=================================================
|
||||
# END OF SCRIPT
|
||||
#=================================================
|
||||
ynh_script_progression --message="Installation of ${app} completed" --last
|
||||
ynh_script_progression --message="Installation of ${app} completed" --last
|
||||
|
|
Loading…
Reference in a new issue