diff --git a/scripts/install b/scripts/install index 051daba..3ea7ed9 100644 --- a/scripts/install +++ b/scripts/install @@ -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 \ No newline at end of file +ynh_script_progression --message="Installation of ${app} completed" --last