1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kodi_ynh.git synced 2024-09-03 19:26:34 +02:00

Update restore

This commit is contained in:
yalh76 2021-04-06 01:02:40 +02:00
parent 5e85e9f920
commit 4bd36ae81e

View file

@ -126,7 +126,7 @@ if [ "$launch_on_boot" -eq 0 ]
then then
systemctl disable "$app" systemctl disable "$app"
else else
systemctl enable "$app".service systemctl enable "$app".service --quiet
fi fi
#================================================= #=================================================