Bob Mottram il y a 9 ans
Parent
révision
af472ec7cf
Aucun compte lié à l'adresse email de l'auteur
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      src/freedombone-mesh-blog

+ 1
- 1
src/freedombone-mesh-blog Voir le fichier

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