Skip to content

Commit

Permalink
Merge pull request #3985 from jsgh/jsconfigstatus-92
Browse files Browse the repository at this point in the history
Make kodi-config return a zero exit status
  • Loading branch information
MilhouseVH committed Nov 17, 2019
2 parents f7ddb3e + 582e5e4 commit ead39e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/mediacenter/kodi/scripts/kodi-config
Expand Up @@ -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

0 comments on commit ead39e7

Please sign in to comment.