_blogs: If new blogs, run functions
This commit is contained in:
parent
4a9a9ed8c2
commit
f96ee2e9c0
10
qsgen2
10
qsgen2
@ -568,10 +568,12 @@ function _blogs() {
|
||||
_msg sub "- No new or updated Blogs found"
|
||||
export new_updated_blogs=false
|
||||
fi
|
||||
_msg sub "_blogs: Running _blog_idx_for_index"
|
||||
_blog_idx_for_index
|
||||
_msg sub "_blogs: Running _blog_index"
|
||||
_blog_index
|
||||
if [[ ${new_updated_blogs} == "true" ]]; then
|
||||
if (${debug}) _msg sub "* _blogs: Running _blog_idx_for_index"
|
||||
_blog_idx_for_index
|
||||
if (${debug}) _msg sub "* _blogs: Running _blog_index"
|
||||
_blog_index
|
||||
fi
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user