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