diff options
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 |