From 8f34f26323305646cff597a4a61479747fb42198 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 6 Apr 2021 20:20:01 +0200 Subject: [PATCH] Found some inconsistencies in the 'yunohost service add' commands between install, upgrade and restore --- scripts/upgrade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/upgrade b/scripts/upgrade index dff6aaa..cedb7d3 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -134,7 +134,7 @@ usermod -a -G cdrom,audio,video,plugdev,users,dialout,dip,input,netdev "$app" #================================================= ynh_script_progression --message="Integrating service in YunoHost..." -yunohost service add $app --log="/var/log/$app/$app.log" +yunohost service add $app --log "$final_path/.kodi/temp/kodi.log" #================================================= # START SYSTEMD SERVICE