Force
This commit is contained in:
parent
ee05e72ed1
commit
af472ec7cf
|
@ -39,7 +39,7 @@ BLOG_EDITOR='pluma'
|
||||||
function regenerate_blog {
|
function regenerate_blog {
|
||||||
OLD_STAT_FILE=/home/$USER/.old_stat.txt
|
OLD_STAT_FILE=/home/$USER/.old_stat.txt
|
||||||
if [ -f $OLD_STAT_FILE ]; then
|
if [ -f $OLD_STAT_FILE ]; then
|
||||||
rm $OLD_STAT_FILE
|
rm -f $OLD_STAT_FILE
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd $BLOG_PATH
|
cd $BLOG_PATH
|
||||||
|
|
Loading…
Reference in New Issue