Notify that blog is being regenerated

This commit is contained in:
Bob Mottram 2016-09-09 09:33:35 +01:00
parent f628412d12
commit 3605c1fd76
No known key found for this signature in database
GPG Key ID: 0452CC7CEA982E38
1 changed files with 4 additions and 0 deletions

View File

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