From f284d904f64f37ce4ae1f813ae3b6c6cbed41add Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Sat, 3 Feb 2024 20:09:56 +0100 Subject: [PATCH] _blogs: Don't run the whole _blogs function if there are no blogs again --- qsgen2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qsgen2 b/qsgen2 index dc4b553..f369ac1 100755 --- a/qsgen2 +++ b/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"