diff --git a/scripts/restore b/scripts/restore index c4f037d..1bab53c 100644 --- a/scripts/restore +++ b/scripts/restore @@ -92,14 +92,14 @@ ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version ynh_script_progression --message="Restoring the systemd configuration..." --weight=1 ynh_restore_file --origin_path="/etc/systemd/system/$app.service" -systemctl enable $app.service +systemctl enable $app.service --quiet #================================================= # INTEGRATE SERVICE IN YUNOHOST #================================================= ynh_script_progression --message="Integrating service in YunoHost..." --weight=1 -yunohost service add $app --description "A short description of the app" --log "/var/log/$app/$app.log" +yunohost service add $app --description "Collaborative spreadsheet editor" --log "/var/log/$app/$app.log" #================================================= # START SYSTEMD SERVICE