mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
Make kodi-config return a zero exit status
This commit is contained in:
committed by
John Sullivan
parent
fda51589ca
commit
e12e8cb7c4
@@ -40,4 +40,6 @@ else #arm
|
||||
echo "MALLOC_MMAP_THRESHOLD_=8192" >> /run/libreelec/kodi.conf
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user