mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge pull request #2034 from MilhouseVH/le90_cores_fix
kodi: switch to using find to avoid argument limit
This commit is contained in:
commit
6843ee6ddc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user