Notify that blog is being regenerated
This commit is contained in:
parent
f628412d12
commit
3605c1fd76
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user