Use hidden empty directory for deletion
This commit is contained in:
parent
702cdf931e
commit
51dcf4a02f
1 changed files with 1 additions and 1 deletions
2
ccollect
2
ccollect
|
@ -175,7 +175,7 @@ delete_from_file()
|
|||
fi
|
||||
done < "${file}"
|
||||
_techo "Removing $@ in ${trash}..."
|
||||
empty_dir="empty-dir"
|
||||
empty_dir=".empty-dir"
|
||||
mkdir "${empty_dir}" || _exit_err "Empty directory ${empty_dir} cannot be created."
|
||||
[ "${VVERBOSE}" ] && echo "Starting: rsync -a --delete ${empty_dir} ${trash}"
|
||||
# rsync needs ending slash for directory content
|
||||
|
|
Loading…
Reference in a new issue