From 0dfa793dae5e2b182a9630e9e131a88345f8851f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Mon, 12 Feb 2024 22:39:00 +0100 Subject: [PATCH] Really try to write to file --- qsgen2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/qsgen2 b/qsgen2 index 44b3ed7..41750a6 100755 --- a/qsgen2 +++ b/qsgen2 @@ -921,7 +921,8 @@ 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 + _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 fi