Merge pull request #2035 from MilhouseVH/le82_cores_fix

kodi: switch to using find to avoid argument limit
This commit is contained in:
Christian Hewitt 2017-09-24 20:04:08 +04:00 committed by GitHub
commit ebc0f91e06

View File

@ -91,7 +91,7 @@ if command_exists gdb; then
fi
# clean up any stale cores. just in case
rm -f /storage/.cache/cores/*
find /storage/.cache/cores -type f -delete
# clean zero-byte database files that prevent migration/startup
for file in /storage/.kodi/userdata/Database/*.db; do