From af472ec7cf83e564ade4f923e450e5224b8dae1a Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 8 Sep 2016 23:18:54 +0100 Subject: [PATCH] Force --- src/freedombone-mesh-blog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone-mesh-blog b/src/freedombone-mesh-blog index e09c93f1..5f32bb80 100755 --- a/src/freedombone-mesh-blog +++ b/src/freedombone-mesh-blog @@ -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