Przeglądaj źródła

Warn the user about slowness

Bob Mottram 9 lat temu
rodzic
commit
1c32a7fb99
Brak konta powiązanego z e-mailem autora
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      src/freedombone-mesh-blog

+ 1
- 1
src/freedombone-mesh-blog Wyświetl plik

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