Ver código fonte

Notify that blog is being regenerated

Bob Mottram 9 anos atrás
pai
commit
3605c1fd76
Nenhuma conta conectada ao e-mail do autor de commit
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4
    0
      src/freedombone-mesh-blog

+ 4
- 0
src/freedombone-mesh-blog Ver arquivo

38
 DEFAULT_BLOG_TITLE=$"Freedombone Blog"
38
 DEFAULT_BLOG_TITLE=$"Freedombone Blog"
39
 
39
 
40
 function regenerate_blog {
40
 function regenerate_blog {
41
+    clear
42
+    echo ''
43
+    echo $'Regenerating blog...'
44
+
41
     OLD_STAT_FILE=/home/$USER/.old_stat.txt
45
     OLD_STAT_FILE=/home/$USER/.old_stat.txt
42
     if [ -f $OLD_STAT_FILE ]; then
46
     if [ -f $OLD_STAT_FILE ]; then
43
         rm -f $OLD_STAT_FILE
47
         rm -f $OLD_STAT_FILE