Sfoglia il codice sorgente

Warn the user about slowness

Bob Mottram 9 anni fa
parent
commit
1c32a7fb99
No account linked to committer's email
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/freedombone-mesh-blog

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

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