kodi: switch to using find to avoid argument limit

This commit is contained in:
MilhouseVH 2017-09-24 16:04:03 +01:00
parent 5ab8b2a477
commit 571a8397ff

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