_pages: Silence output
This commit is contained in:
parent
5527553895
commit
4acd7b23fa
2
qsgen2
2
qsgen2
@ -403,7 +403,7 @@ function _pages() {
|
||||
|
||||
# HTML'ify the page content
|
||||
if (${debug}) _msg debug "_pages: Running engine on ${pages_in_array}"
|
||||
local page_content=$( ${engine} ${page_content} )
|
||||
local page_content=$( ${engine} ${page_content} > /dev/null 2>&1)
|
||||
|
||||
# Look for links, images and videos and convert them if present.
|
||||
if (${debug}) _msg debug "_pages: Checking for #link, #showimg and #ytvideo in page_content"
|
||||
|
Loading…
Reference in New Issue
Block a user