From 46794f5869c9c962998aea14add0d8d4d580c4a9 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Sun, 13 Mar 2022 21:46:54 +0100 Subject: [PATCH] fix 'yunohost service add' (linter) --- scripts/restore | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/restore b/scripts/restore index 192aa18..f1c363e 100755 --- a/scripts/restore +++ b/scripts/restore @@ -153,7 +153,7 @@ systemctl enable $app.service --quiet #================================================= ynh_script_progression --message="Integrating service in YunoHost..." --time --weight=1 -yunohost service add $app --description="A short description of the app" --log="/var/log/$app/$app.log" +yunohost service add $app --description="Gotosocial server" --log="/var/log/$app/$app.log" #================================================= # START SYSTEMD SERVICE diff --git a/scripts/upgrade b/scripts/upgrade index c0d6d41..67cfa63 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -221,7 +221,7 @@ ynh_use_logrotate --non-append #================================================= ynh_script_progression --message="Integrating service in YunoHost..." --time --weight=1 -yunohost service add $app --description="A short description of the app" --log="/var/log/$app/$app.log" +yunohost service add $app --description="Gotosocial server" --log="/var/log/$app/$app.log" #================================================= # START SYSTEMD SERVICE