mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 10:40:36 +00:00
Fix Printing of Banner
This commit is contained in:
parent
f323e96e8b
commit
cfadeea1ac
1 changed files with 15 additions and 1 deletions
|
@ -438,7 +438,21 @@ echo "${bold}${magenta}Now We Test Whitelisting and then Release a new build"
|
||||||
|
|
||||||
printf "\n"
|
printf "\n"
|
||||||
${bold}${yellow}
|
${bold}${yellow}
|
||||||
${banner}
|
cat << "EOF"
|
||||||
|
|
||||||
|
##############################################################################
|
||||||
|
# _ __ _ #
|
||||||
|
# / |/ /__ _(_)__ __ __ #
|
||||||
|
# / / _ `/ / _ \\ \ / #
|
||||||
|
# /_/|_/\_, /_/_//_/_\_\ #
|
||||||
|
# __/___/ __ ___ __ ___ __ __ #
|
||||||
|
# / _ )___ ____/ / / _ )___ / /_ / _ )/ /__ ____/ /_____ ____ #
|
||||||
|
# / _ / _ `/ _ / / _ / _ \/ __/ / _ / / _ \/ __/ '_/ -_) __/ #
|
||||||
|
# /____/\_,_/\_,_/ /____/\___/\__/ /____/_/\___/\__/_/\_\\__/_/ #
|
||||||
|
# #
|
||||||
|
##############################################################################
|
||||||
|
|
||||||
|
EOF
|
||||||
${defaultcolor}
|
${defaultcolor}
|
||||||
|
|
||||||
# **********************
|
# **********************
|
||||||
|
|
Loading…
Add table
Reference in a new issue