mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 05:36:47 +00:00
Merge pull request #2035 from MilhouseVH/le82_cores_fix
kodi: switch to using find to avoid argument limit
This commit is contained in:
commit
ebc0f91e06
@ -91,7 +91,7 @@ if command_exists gdb; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# clean up any stale cores. just in case
|
# 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
|
# clean zero-byte database files that prevent migration/startup
|
||||||
for file in /storage/.kodi/userdata/Database/*.db; do
|
for file in /storage/.kodi/userdata/Database/*.db; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user