mirror of
https://github.com/truecharts/charts.git
synced 2026-07-11 01:31:23 -03:00
youtubedl ignore irrelevant errors
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
|
||||
echo "Patching youtubedl-material"
|
||||
cd /data
|
||||
find . -maxdepth 1 ! -name users ! -name appdata -exec rm -Rf {} +
|
||||
cp -Rn /app/* /data
|
||||
find . -maxdepth 1 ! -name users ! -name appdata -exec rm -Rf {} + || echo""
|
||||
cp -Rn /app/* /data || echo""
|
||||
exec node /data/app.js ${@} ${EXTRA_ARGS}
|
||||
|
||||
Reference in New Issue
Block a user