reset command was not removing .md files. Implemented.

This commit is contained in:
PresGas 2021-12-28 14:18:22 -05:00
parent 48054e170e
commit 4f54bd7bde
1 changed files with 1 additions and 1 deletions

2
bb.sh
View File

@ -1063,7 +1063,7 @@ reset() {
echo "Are you sure you want to delete all blog entries? Please write \"Yes, I am!\" "
read -r line
if [[ $line == "Yes, I am!" ]]; then
rm .*.html ./*.html ./*.css ./*.rss &> /dev/null
rm .*.html ./*.html ./*.md ./*.css ./*.rss &> /dev/null
echo
echo "Deleted all posts, stylesheets and feeds."
echo "Kept your old '.backup.tar.gz' just in case, please delete it manually if needed."