mirror of
https://github.com/YunoHost-Apps/kodi_ynh.git
synced 2024-09-03 19:26:34 +02:00
Found some inconsistencies in the 'yunohost service add' commands between install, upgrade and restore
This commit is contained in:
parent
1d60092ea1
commit
8f34f26323
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue