1
0
Fork 0
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:
yalh76 2021-04-06 01:03:29 +02:00
parent 4bd36ae81e
commit ef0d7ea6c1

View file

@ -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
#================================================= #=================================================