Browse Source

Warn the user about slowness

Bob Mottram 8 years ago
parent
commit
1c32a7fb99
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

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