youtubedl ignore irrelevant errors

This commit is contained in:
kjeld Schouten-Lebbing
2021-04-17 23:57:22 +02:00
parent 13340ea949
commit 6ee076711d

View File

@@ -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}