forgot to remove something

This commit is contained in:
Lux49 2020-07-12 02:40:30 +02:00
parent 7d780a551e
commit a2438208b0

View File

@ -73,12 +73,8 @@ has_updates() {
}
cd /home/lucy/blog-content/
git pull &> /dev/null
rm -f index.html
rm -f rss.xml
add_header
ls -ltu src/*.md | tail -n+1 | while read f; do create_entry $f; done
add_footer
# Human-readable output for the cron notification
echo 'Updated blog to:'
git log -1
rm -f index.html
rm -f rss.xml
add_header
ls -ltu src/*.md | tail -n+1 | while read f; do create_entry $f; done
add_footer