From 349231b77fb74e92f3bd1111542a1695ca5a001e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Sat, 9 Dec 2023 10:11:33 +0100 Subject: [PATCH] fix linter --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 7c5fb85..942c22e 100755 --- a/scripts/install +++ b/scripts/install @@ -39,7 +39,7 @@ ynh_systemd_action --service_name="$app" --action="stop" --log_path="systemd" -- ynh_script_progression --message="Adding system configurations related to $app..." --weight=1 ynh_add_systemd_config -yunohost service add "$app" --description="Monitorix" +yunohost service add "$app" --description="Monitorix" --log=systemd ynh_add_config --template "nginx_status.conf" --destination "$nginx_status_conf" ynh_add_nginx_config