More color changes
This commit is contained in:
parent
9a1f9c9e6d
commit
07a1488abe
6
qsgen2
6
qsgen2
@ -76,14 +76,12 @@ if (${debug}); then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ ${1} == "version" ]] || [[ ${1} == "-v" ]] || [[ ${1} == "--version" ]]; then
|
if [[ ${1} == "version" ]] || [[ ${1} == "-v" ]] || [[ ${1} == "--version" ]]; then
|
||||||
# echo "${magenta}${QSGEN} ${VERSION}${end}"
|
|
||||||
echo "${yellow}- Created by kekePower - 2018-2024${end}"
|
echo "${yellow}- Created by kekePower - 2018-2024${end}"
|
||||||
echo "${yellow}- https://github.com/kekePower/qsgen2/${end}"
|
echo "${yellow}- https://github.com/kekePower/qsgen2/${end}"
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ ${1} == "help" ]]; then
|
if [[ ${1} == "help" ]]; then
|
||||||
echo "${yellow}${QSGEN} ${VERSION}${end}"
|
|
||||||
echo "This is where I'll write the Help documentation."
|
echo "This is where I'll write the Help documentation."
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
@ -310,7 +308,7 @@ function _blogs() {
|
|||||||
-e "s|INGRESS|${ingress}|" \
|
-e "s|INGRESS|${ingress}|" \
|
||||||
-e "s|DATE ||" \
|
-e "s|DATE ||" \
|
||||||
> ${blog%.*}.idx
|
> ${blog%.*}.idx
|
||||||
if (${debug}) echo "0005: ---------- ${lightred}_blogs: TO_IDX_FILE: ${blog%.*}.idx${end}"
|
if (${debug}) echo "0005: ---------- ${red}_blogs: TO_IDX_FILE: ${blog%.*}.idx${end}"
|
||||||
|
|
||||||
if (${debug}) echo "0006: ${cyan}_blogs: BLOG_URL_TPL: ${www_root}${blog_url}${end}"
|
if (${debug}) echo "0006: ${cyan}_blogs: BLOG_URL_TPL: ${www_root}${blog_url}${end}"
|
||||||
tee < ${blog_tpl} | sed \
|
tee < ${blog_tpl} | sed \
|
||||||
@ -324,7 +322,7 @@ function _blogs() {
|
|||||||
-e "s|DATE ||" \
|
-e "s|DATE ||" \
|
||||||
-e "s|\#title||" \
|
-e "s|\#title||" \
|
||||||
>> ${www_root}${blog_url}
|
>> ${www_root}${blog_url}
|
||||||
if (${debug}) echo "0007: ---------- ${lightred}_blogs: ${blog_tpl} -- TO_BLOG_URL_FILE: ${www_root}${blog_url}${end}"
|
if (${debug}) echo "0007: ---------- ${red}_blogs: ${blog_tpl} -- TO_BLOG_URL_FILE: ${www_root}${blog_url}${end}"
|
||||||
|
|
||||||
echo "_blogs: _last_updated: Updating footer for ${www_root}${blog_url}"
|
echo "_blogs: _last_updated: Updating footer for ${www_root}${blog_url}"
|
||||||
_last_updated ${www_root}${blog_url}
|
_last_updated ${www_root}${blog_url}
|
||||||
|
Loading…
Reference in New Issue
Block a user