From 9ab53d6bfb30066cd592a6489a5f03d4963ab3d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Mon, 12 Feb 2024 22:37:23 +0100 Subject: [PATCH] Really try to write to file --- qsgen2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qsgen2 b/qsgen2 index 1f70872..44b3ed7 100755 --- a/qsgen2 +++ b/qsgen2 @@ -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 }