Fix tee command

This commit is contained in:
Stig-Ørjan Smelror 2024-02-12 22:26:31 +01:00
parent 4c57f98146
commit c96c113678

2
qsgen2
View File

@ -920,7 +920,7 @@ function _blog_index() {
#_msg debug "_blog_index: Content of blog_index_content"
#_msg sub "${blog_index_content}"
fi
echo "$blog_index_content" | tee -overwrite ${www_root}/blog/index.html > /dev/null
echo "$blog_index_content" | tee ${www_root}/blog/index.html > /dev/null
_f_last_updated ${www_root}/blog/index.html
fi