From 8c731c1800238010bc139a6fb1aa2884cf02fc57 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 18 Jul 2021 10:59:48 +0200 Subject: [PATCH] Fix --- scripts/install | 2 +- scripts/restore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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