done done wrong

This commit is contained in:
Stig-Ørjan Smelror 2024-01-30 10:34:00 +01:00
parent a8c71b5242
commit 443ef212aa

2
qsgen2
View File

@ -459,6 +459,7 @@ function _blogs() {
# Write to file
echo "${blog_content}" > "${www_root}${blog_url}"
done
else
@ -470,7 +471,6 @@ function _blogs() {
export BLOG_URL="${www_root}${blog_url}"
fi
done
else
echo "${yellow}No new or updated Blogs detected.${end}"
fi