diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-18 09:20:50 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-18 09:20:50 +0100 |
| commit | 5e371cf734bdd2cc946da23ee1cf45a54ac3afcb (patch) | |
| tree | c6cc4aa56ccc0893cf86816bb3cd010657bac448 /http/bin | |
| parent | 76901304c49fd297bb2ef565503ea7f399aae076 (diff) | |
prune_blog also removes argfiles
Diffstat (limited to 'http/bin')
| -rwxr-xr-x | http/bin/prune_blog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/http/bin/prune_blog b/http/bin/prune_blog index c972c61..4193e4b 100755 --- a/http/bin/prune_blog +++ b/http/bin/prune_blog @@ -38,5 +38,5 @@ do fi echo "No source file found to match post ${post} in blog ${BLOG}: removing ${post}" - rm "$post" + rm -f "$post" "${post}.args" done |
