diff options
author | Peter Palfrader <peter@palfrader.org> | 2013-01-27 18:25:29 +0000 |
---|---|---|
committer | weasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede> | 2013-01-27 18:25:29 +0000 |
commit | f880c3a69aa9e4dc04416a2e7e575e85d3787d98 (patch) | |
tree | d665ebc1aed1ed7b9a76d724e383fb233ee95bf0 /publish-purge | |
parent | 7d250c4b3d10ff78a68d5361d962b42d7d53284b (diff) |
Improve a verbose output
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@579 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
Diffstat (limited to 'publish-purge')
-rwxr-xr-x | publish-purge | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/publish-purge b/publish-purge index c267531..77a4156 100755 --- a/publish-purge +++ b/publish-purge @@ -55,7 +55,7 @@ cleanit() fi if test_if_ancient "$d" "$ttl"; then - [ "$optVerbose" -ge "1" ] && echo "Purge $d" + [ "$optVerbose" -ge "1" ] && echo "Purging: $d" [ "$optDonot" = "1" ] || rm -rf "$d" fi return 0 |