Merge pull request #3985 from jsgh/jsconfigstatus-92

Make kodi-config return a zero exit status
This commit is contained in:
MilhouseVH
2019-11-17 05:18:19 +00:00
committed by GitHub

View File

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