mirror of
https://github.com/YunoHost-Apps/kodi_ynh.git
synced 2024-09-03 19:26:34 +02:00
Update install
This commit is contained in:
parent
4bd36ae81e
commit
ef0d7ea6c1
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ ynh_add_systemd_config
|
||||||
|
|
||||||
if [ "$launch_on_boot" -eq 0 ]
|
if [ "$launch_on_boot" -eq 0 ]
|
||||||
then
|
then
|
||||||
systemctl disable "$app"
|
systemctl disable "$app" --quiet
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue