mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-17 08:25:52 -04:00
7a5ff21192
Signed-off-by: Eric Nemchik <eric@nemchik.com>
8 lines
183 B
Plaintext
Executable File
8 lines
183 B
Plaintext
Executable File
#!/usr/bin/with-contenv bash
|
|
|
|
echo "Remove codecs: start"
|
|
|
|
find "/config/Library/Application Support/Plex Media Server/Codecs/"* -type d -exec rm -rv {} +
|
|
|
|
echo "Remove codecs: end"
|