add debug
This commit is contained in:
parent
acf86fc5c9
commit
f8bae21bb3
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ do
|
||||||
mkdir -p "${channel}"
|
mkdir -p "${channel}"
|
||||||
while read -r file
|
while read -r file
|
||||||
do
|
do
|
||||||
|
echo "Moving file '${file}'..."
|
||||||
mv -- "${file}" "${channel}/"
|
mv -- "${file}" "${channel}/"
|
||||||
done <<< "$(find . -mindeth 1 -maxdepth 1 -type f -name \*"${video_id}"\*)"
|
done <<< "$(find . -mindeth 1 -maxdepth 1 -type f -name \*"${video_id}"\*)"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue