Add debug messsage
This commit is contained in:
parent
342191f606
commit
751a1aeb99
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ if [ -r "${HOME}/.config/youtube_channels_folders.json" ]; then
|
|||
echo "Moving file '${file}' to '${channel_folder}'..."
|
||||
mv -- "${file}" "${channel_folder}/"
|
||||
done <<< "$(ls | grep -- "${video_id}")"
|
||||
else
|
||||
echo "No folder for channel '${channel}', leaving files in the folder"
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue