We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44e481d commit 9d79a07Copy full SHA for 9d79a07
save.sh
@@ -79,7 +79,6 @@ function do_image () {
79
echo "Moved image to $local_path"
80
81
local obsoleted_file=$(find "$DEST_DIR" -wholename "*/$local_path")
82
- echo "obsoleted_file: $obsoleted_file"
83
local prevent_sync=""
84
if [[ -z "$obsoleted_file" ]]; then
85
echo "No overwrite dilemma for $local_path"
0 commit comments