瀏覽代碼

Warn the user about slowness

Bob Mottram 8 年之前
父節點
當前提交
1c32a7fb99
沒有帳戶連結到提交者的電子郵件
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone-mesh-blog

+ 1
- 1
src/freedombone-mesh-blog 查看文件

@@ -48,7 +48,7 @@ function ipfs_publish {
48 48
     fi
49 49
 
50 50
     echo ''
51
-    echo $'Publishing to IPFS...'
51
+    echo $'Publishing to IPFS. This may take some time...'
52 52
 
53 53
     OLD_STAT_FILE=/home/$MY_USERNAME/.old_stat.txt
54 54
     NEW_STAT=$(stat -t $DIR_TO_CHECK)