diff --git a/src/freedombone-mesh-blog b/src/freedombone-mesh-blog
index e09c93f1157a2aa1e43274631ff4d3599a25080b..5f32bb80ade37eabbebc7e226d1a3fadb28a24b6 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