prune_blog also removes argfiles
This commit is contained in:
+1
-1
@@ -38,5 +38,5 @@ do
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo "No source file found to match post ${post} in blog ${BLOG}: removing ${post}"
|
echo "No source file found to match post ${post} in blog ${BLOG}: removing ${post}"
|
||||||
rm "$post"
|
rm -f "$post" "${post}.args"
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user