_blogs: Don't run the whole _blogs function if there are no blogs again
This commit is contained in:
2
qsgen2
2
qsgen2
@ -466,7 +466,7 @@ function _blogs() {
|
||||
|
||||
if [[ ${no_blogs_found} == "true" ]]; then
|
||||
_msg std "You do not have any blogs."
|
||||
return
|
||||
continue
|
||||
fi
|
||||
|
||||
_msg other "Generating Blogs"
|
||||
|
Reference in New Issue
Block a user