_techo instead of very verbose

This commit is contained in:
Darko Poljak 2019-10-16 15:50:54 +02:00
parent 30abef474d
commit bfb3c6338c
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ delete_from_file()
rsync -a --delete "${empty_dir}/" "${trash}/" || _exit_err "Removing $@ failed."
rmdir "${trash}" || _exit_err "Removing ${trash} directory failed"
rmdir "${empty_dir}" || _exit_err "Removing ${empty_dir} directory failed"
[ "${VVERBOSE}" ] && echo "Finished: rsync -a --delete ${empty_dir} ${trash}"
_techo "Removing $@ in ${trash} finished."
}
display_version()