From c96c113678a779ecf8c2a06a8620a23b77b8b2b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Mon, 12 Feb 2024 22:26:31 +0100 Subject: [PATCH] Fix tee command --- qsgen2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qsgen2 b/qsgen2 index f8a1429..d293e6b 100755 --- a/qsgen2 +++ b/qsgen2 @@ -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