Bob Mottram 8 years ago
parent
commit
af472ec7cf
No account linked to committer's email
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-mesh-blog

+ 1
- 1
src/freedombone-mesh-blog View File

@@ -39,7 +39,7 @@ BLOG_EDITOR='pluma'
39 39
 function regenerate_blog {
40 40
     OLD_STAT_FILE=/home/$USER/.old_stat.txt
41 41
     if [ -f $OLD_STAT_FILE ]; then
42
-        rm $OLD_STAT_FILE
42
+        rm -f $OLD_STAT_FILE
43 43
     fi
44 44
 
45 45
     cd $BLOG_PATH