From fe1c87fa4d0006e401023e0fb05c2bd51339d732 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Fri, 19 Jan 2024 15:02:08 +0100 Subject: [PATCH] fix linter --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 6bb0d35..e1ca293 100755 --- a/scripts/install +++ b/scripts/install @@ -99,8 +99,8 @@ ynh_script_progression --message="Adding system configurations related to $app.. ynh_add_nginx_config # Create a dedicated systemd config -ynh_add_systemd_config --service="$app" --description="$app service" --template="systemd.service" -yunohost service add "$app" --log="/var/log/$app/$app.log" +ynh_add_systemd_config --service="$app" --template="systemd.service" +yunohost service add "$app" --description="$app service" --log="/var/log/$app/$app.log" # Use logrotate to manage app-specific logfile(s) ynh_use_logrotate