Minor change to an elif
This commit is contained in:
parent
062d9d485d
commit
44cf4d137e
2
qsgen2
2
qsgen2
@ -460,7 +460,7 @@ function _blogs() {
|
|||||||
# Write to file
|
# Write to file
|
||||||
echo "${blog_content}" > "${www_root}${blog_url}"
|
echo "${blog_content}" > "${www_root}${blog_url}"
|
||||||
|
|
||||||
elif [[ "${mode}" ]] || [[ "${mode}" != "" ]]; then
|
elif [[ ${mode} || ${mode} != "" ]]; then
|
||||||
# Export metadata mode
|
# Export metadata mode
|
||||||
if (${debug}) echo "_blogs: Exporting metadata for ${blog}"
|
if (${debug}) echo "_blogs: Exporting metadata for ${blog}"
|
||||||
export BLOG_SDATE="${sdate[@]}"
|
export BLOG_SDATE="${sdate[@]}"
|
||||||
|
Loading…
Reference in New Issue
Block a user