From 30e5d58f98b135d02083673abc395fe1ad607101 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 21 Sep 2023 20:25:21 +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 44e19c2..9a8fff7 100644 --- a/scripts/install +++ b/scripts/install @@ -35,7 +35,7 @@ ynh_add_nginx_config # Create a dedicated systemd config ynh_add_systemd_config -yunohost service add $app --description="The news reader that doesn't know you" +yunohost service add $app --description="The news reader that doesn't know you" --log="/var/log/$app/$app.log" #================================================= # SPECIFIC SETUP diff --git a/scripts/restore b/scripts/restore index faaeb75..6a366cc 100644 --- a/scripts/restore +++ b/scripts/restore @@ -33,7 +33,7 @@ ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf" ynh_restore_file --origin_path="/etc/systemd/system/$app.service" systemctl enable $app.service --quiet -yunohost service add $app --description="The news reader that doesn't know you" +yunohost service add $app --description="The news reader that doesn't know you" --log="/var/log/$app/$app.log" #================================================= # START SYSTEMD SERVICE diff --git a/scripts/upgrade b/scripts/upgrade index 7179dfc..fdd042a 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -49,7 +49,7 @@ ynh_install_nodejs --nodejs_version=$NODEJS_VERSION # Create a dedicated systemd config ynh_add_systemd_config -yunohost service add $app --description="The news reader that doesn't know you" +yunohost service add $app --description="The news reader that doesn't know you" --log="/var/log/$app/$app.log" #================================================= # SPECIFIC UPGRADE