Skip to content
Snippets Groups Projects
Unverified Commit af472ec7 authored by Bob Mottram's avatar Bob Mottram
Browse files

Force

parent ee05e72e
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ BLOG_EDITOR='pluma'
function regenerate_blog {
OLD_STAT_FILE=/home/$USER/.old_stat.txt
if [ -f $OLD_STAT_FILE ]; then
rm $OLD_STAT_FILE
rm -f $OLD_STAT_FILE
fi
cd $BLOG_PATH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment