This commit is contained in:
Bob Mottram 2016-09-08 23:18:54 +01:00
parent ee05e72ed1
commit af472ec7cf
No known key found for this signature in database
GPG Key ID: 0452CC7CEA982E38
1 changed files with 1 additions and 1 deletions

View File

@ -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