mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
Make kodi-config return a zero exit status
(cherry picked from commit e12e8cb7c41fd5bb6ee8849d574d49891fc928bc)
This commit is contained in:
parent
e9af55d89a
commit
582e5e4fc7
@ -40,4 +40,6 @@ else #arm
|
|||||||
echo "MALLOC_MMAP_THRESHOLD_=8192" >> /run/libreelec/kodi.conf
|
echo "MALLOC_MMAP_THRESHOLD_=8192" >> /run/libreelec/kodi.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
[ -f /storage/.config/kodi.conf ] && cat /storage/.config/kodi.conf >>/run/libreelec/kodi.conf
|
if [ -f /storage/.config/kodi.conf ] ; then
|
||||||
|
cat /storage/.config/kodi.conf >>/run/libreelec/kodi.conf
|
||||||
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user