Really try to write to file

This commit is contained in:
Stig-Ørjan Smelror 2024-02-12 22:37:23 +01:00
parent 89d2415e47
commit 9ab53d6bfb

2
qsgen2
View File

@ -921,9 +921,9 @@ function _blog_index() {
#_msg sub "${blog_index_content}"
fi
echo "$blog_index_content" > /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
_f_last_updated ${www_root}/blog/index.html
fi
}