Really try to write to file
This commit is contained in:
parent
9ab53d6bfb
commit
0dfa793dae
3
qsgen2
3
qsgen2
@ -921,7 +921,8 @@ function _blog_index() {
|
|||||||
#_msg sub "${blog_index_content}"
|
#_msg sub "${blog_index_content}"
|
||||||
fi
|
fi
|
||||||
echo "$blog_index_content" > /tmp/blog_index_temp.html
|
echo "$blog_index_content" > /tmp/blog_index_temp.html
|
||||||
_f_last_updated ${www_root}/blog/index.html
|
_f_last_updated /tmp/blog_index_temp.html
|
||||||
|
# _f_last_updated ${www_root}/blog/index.html
|
||||||
cp -f /tmp/blog_index_temp.html ${www_root}/blog/index.html
|
cp -f /tmp/blog_index_temp.html ${www_root}/blog/index.html
|
||||||
|
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user