From 57c0a5a911fe775996817a52e711ba912c73db26 Mon Sep 17 00:00:00 2001 From: JensDiemer Date: Wed, 24 Aug 2022 17:26:57 +0200 Subject: [PATCH] Just remove "description" from "yunohost service add" See: https://forum.yunohost.org/t/generic-yunohost-service-add/20863 --- 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 bf74d35..b56bb3b 100755 --- a/scripts/install +++ b/scripts/install @@ -188,7 +188,7 @@ ynh_use_logrotate "$log_file" #================================================= ynh_script_progression --message="Integrating service in YunoHost..." -yunohost service add $app --description="$app service" --log="${log_file}" +yunohost service add $app --log="${log_file}" #================================================= # GENERIC FINALIZATION diff --git a/scripts/restore b/scripts/restore index 355e1de..a72837e 100755 --- a/scripts/restore +++ b/scripts/restore @@ -127,7 +127,7 @@ systemctl enable $app.service --quiet #================================================= ynh_script_progression --message="Integrating service in YunoHost..." -yunohost service add $app --description="Web based management to catalog things" --log="${log_file}" +yunohost service add $app --log="${log_file}" #================================================= # RESTORE THE LOGROTATE CONFIGURATION diff --git a/scripts/upgrade b/scripts/upgrade index 0862d6c..9bdc8f1 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -189,7 +189,7 @@ ynh_use_logrotate --non-append #================================================= ynh_script_progression --message="Integrating service in YunoHost..." -yunohost service add $app --description="Web based management to catalog things" --log="${log_file}" +yunohost service add $app --log="${log_file}" #================================================= # GENERIC FINALIZATION