From c187a39fe1c4cea5a0d028f3d76e4bf83209cd43 Mon Sep 17 00:00:00 2001 From: Salamandar <6552989+Salamandar@users.noreply.github.com> Date: Thu, 16 Dec 2021 19:41:08 +0100 Subject: [PATCH] Update scripts/install log_type -> log MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index eb05f17..6a8713e 100755 --- a/scripts/install +++ b/scripts/install @@ -140,7 +140,7 @@ ynh_add_systemd_config #================================================= ynh_script_progression --message="Integrating service in YunoHost..." --weight=1 -yunohost service add $app --description="$app daemon for IHateMoney" --log_type=systemd +yunohost service add $app --description="$app daemon for IHateMoney" --log=systemd #================================================= # START SYSTEMD SERVICE