youtubedl ignore irrelevant errors
This commit is contained in:
@@ -2,6 +2,6 @@
|
|||||||
|
|
||||||
echo "Patching youtubedl-material"
|
echo "Patching youtubedl-material"
|
||||||
cd /data
|
cd /data
|
||||||
find . -maxdepth 1 ! -name users ! -name appdata -exec rm -Rf {} +
|
find . -maxdepth 1 ! -name users ! -name appdata -exec rm -Rf {} + || echo""
|
||||||
cp -Rn /app/* /data
|
cp -Rn /app/* /data || echo""
|
||||||
exec node /data/app.js ${@} ${EXTRA_ARGS}
|
exec node /data/app.js ${@} ${EXTRA_ARGS}
|
||||||
|
|||||||
Reference in New Issue
Block a user