Skip to content

Commit

Permalink
Make kodi-config return a zero exit status
Browse files Browse the repository at this point in the history
  • Loading branch information
John Sullivan authored and jsgh committed Nov 15, 2019
1 parent fda5158 commit e12e8cb
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 e12e8cb

Please sign in to comment.