瀏覽代碼

Notify that blog is being regenerated

Bob Mottram 9 年之前
父節點
當前提交
3605c1fd76
沒有帳戶連結到提交者的電子郵件
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. 4
    0
      src/freedombone-mesh-blog

+ 4
- 0
src/freedombone-mesh-blog 查看文件

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