Fix Printing of Banner

This commit is contained in:
Mitchell Krog 2019-06-24 12:38:31 +02:00
parent f323e96e8b
commit cfadeea1ac
No known key found for this signature in database
GPG key ID: C243C388553EDE5D

View file

@ -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}
# ********************** # **********************