Bob Mottram 8 年 前
コミット
af472ec7cf
コミット者のEメールアドレスに関連付けられたアカウントが存在しません
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      src/freedombone-mesh-blog

+ 1
- 1
src/freedombone-mesh-blog ファイルの表示

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