This commit is contained in:
Stig-Ørjan Smelror 2024-01-30 00:21:55 +01:00
parent 4a128abf32
commit 671e877f23

6
qsgen2
View File

@ -354,9 +354,9 @@ function _pages() {
if (${debug}) echo "_pages: _last_updated in pages_tpl" if (${debug}) echo "_pages: _last_updated in pages_tpl"
pages_tpl=$( _last_updated ${pages_tpl} ) pages_tpl=$( _last_updated ${pages_tpl} )
echo "${magenta}AFTER BODY HAS BEEN REPLACED${end}" #echo "${magenta}AFTER BODY HAS BEEN REPLACED${end}"
echo ${pages_tpl} #echo ${pages_tpl}
exit #exit
# Run a cleanup if in case something was left out # Run a cleanup if in case something was left out
_cleanup ${pages_tpl} _cleanup ${pages_tpl}