diff --git a/scripts/install b/scripts/install index 88c2303..39d852f 100644 --- a/scripts/install +++ b/scripts/install @@ -151,7 +151,7 @@ ynh_add_systemd_config #================================================= ynh_script_progression --message="Integrating service in YunoHost..." --weight=3 -yunohost service add $app --description="Collaborative editor." --log="/var/log/$app/$app.log" +yunohost service add $app --description="Collaborative editor" --log="/var/log/$app/$app.log" #================================================= # START SYSTEMD SERVICE diff --git a/scripts/restore b/scripts/restore index 11acae7..e6b9555 100644 --- a/scripts/restore +++ b/scripts/restore @@ -96,7 +96,7 @@ ynh_psql_execute_file_as_root --file="./db.sql" --database=$db_name #================================================= ynh_script_progression --message="Integrating service in YunoHost..." --weight=3 -yunohost service add $app --description="Collaborative editor." --log="/var/log/$app/$app.log" +yunohost service add $app --description="Collaborative editor" --log="/var/log/$app/$app.log" #================================================= # RESTORE SYSTEMD