From 70676e7fb3dcd0ac467a052ce7b520e064cac7c8 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 9 Dec 2020 17:58:19 +0100 Subject: [PATCH] Add description to service --- scripts/install | 2 +- scripts/restore | 2 +- scripts/upgrade | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index 40f4a86..643ff90 100755 --- a/scripts/install +++ b/scripts/install @@ -191,7 +191,7 @@ ynh_use_logrotate "$log_file" #================================================= ynh_script_progression --message="Integrating service in YunoHost..." -yunohost service add "$app" --log="${log_file}" +yunohost service add $app --description="Web based management to catalog things" --log="${log_file}" #================================================= # GENERIC FINALIZATION diff --git a/scripts/restore b/scripts/restore index 23b36a9..1bbf501 100755 --- a/scripts/restore +++ b/scripts/restore @@ -102,7 +102,7 @@ systemctl enable $app.service --quiet #================================================= ynh_script_progression --message="Integrating service in YunoHost..." -yunohost service add "$app" --log="${log_file}" +yunohost service add $app --description="Web based management to catalog things" --log="${log_file}" #================================================= # RESTORE THE LOGROTATE CONFIGURATION diff --git a/scripts/upgrade b/scripts/upgrade index 3027177..afec6bf 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -180,7 +180,7 @@ ynh_use_logrotate --non-append #================================================= ynh_script_progression --message="Integrating service in YunoHost..." -yunohost service add "$app" --log="${log_file}" +yunohost service add $app --description="Web based management to catalog things" --log="${log_file}" #================================================= # GENERIC FINALIZATION