mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge pull request #3985 from jsgh/jsconfigstatus-92
Make kodi-config return a zero exit status
This commit is contained in:
commit
ead39e7478
@ -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