From 7d5a67a621f135998d7d4f0294215cf7ace335c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Wed, 31 Jan 2024 16:34:00 +0100 Subject: [PATCH] Found an extra echo in _blog_index --- qsgen2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qsgen2 b/qsgen2 index b0d1d0f..7716376 100755 --- a/qsgen2 +++ b/qsgen2 @@ -609,7 +609,7 @@ function _blog_index() { _msg std "Updating the Blog Index file" # blog_index_content=$(echo "${blog_index}" | perl -pe "s|BODY|${blog_index_list}|g") - echo echo "${blog_index}" | perl -pe "s|BODY|${blog_index_list}|g" > ${www_root}/blog/index.html + echo "${blog_index}" | perl -pe "s|BODY|${blog_index_list}|g" > ${www_root}/blog/index.html _f_last_updated ${www_root}/blog/index.html elif [[ ${blog_in_index} == "true" ]]; then # Write blog list to /index.html and /blog/index.html