From e4b34be59099499f299072326f56e8a4a2e7bf09 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Mon, 29 Jan 2024 23:55:46 +0100 Subject: [PATCH] Ugh. Overlooked a debug setting --- qsgen2 | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/qsgen2 b/qsgen2 index 98aaa11..2a6d295 100755 --- a/qsgen2 +++ b/qsgen2 @@ -348,8 +348,8 @@ function _pages() { pages_title_lower=$( _file_to_lower "${pages_in_array}" ) # Write pages_tpl to disk echo "Writing ${www_root}/${pages_title_lower%.*}.html to disk." - echo ${pages_tpl} - exit + #echo ${pages_tpl} + #exit echo "${pages_tpl}" > ${www_root}/${pages_title_lower%.*}.html # Look for links, images and videos and convert them if present. @@ -365,9 +365,6 @@ function _pages() { #_youtube ${www_root}/${pages_in_array%.*}.html fi - # Run a cleanup if in case something was left out - # _cleanup ${www_root}/${pages_title_lower%.*}.html - done fi