From b589c5c519a45b56633cc1f75fe0ab3ae40d3cfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 26 May 2023 11:21:33 +0200 Subject: [PATCH] fix --- 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 5f9b285..b8c7775 100755 --- a/scripts/install +++ b/scripts/install @@ -78,7 +78,7 @@ openproject configure >> "$YNH_STDINFO" #================================================= ynh_script_progression --message="Integrating service in YunoHost..." -yunohost service add $app +yunohost service add $app --description="Web-based project management software" --log="systemd" #================================================= # START SYSTEMD SERVICE diff --git a/scripts/restore b/scripts/restore index f0ea451..13e978e 100755 --- a/scripts/restore +++ b/scripts/restore @@ -49,7 +49,7 @@ openproject configure >> "$YNH_STDINFO" #================================================= ynh_script_progression --message="Integrating service in YunoHost..." -yunohost service add $app +--description="Web-based project management software" --log="systemd" #================================================= # START SYSTEMD SERVICE diff --git a/scripts/upgrade b/scripts/upgrade index 91abf1e..58d2b2a 100755 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -39,7 +39,7 @@ ynh_add_nginx_config #================================================= ynh_script_progression --message="Integrating service in YunoHost..." -yunohost service add $app +--description="Web-based project management software" --log="systemd" #================================================= # START SYSTEMD SERVICE