mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-03 02:59:57 +00:00
Fix Printing of Banner
This commit is contained in:
parent
978af280ce
commit
affeee821b
1 changed files with 2 additions and 3 deletions
|
@ -29,6 +29,7 @@ magenta=$(tput setaf 5)
|
||||||
cyan=$(tput setaf 6)
|
cyan=$(tput setaf 6)
|
||||||
white=$(tput setaf 7)
|
white=$(tput setaf 7)
|
||||||
defaultcolor=$(tput setaf default)
|
defaultcolor=$(tput setaf default)
|
||||||
|
banner=$(cat ${TRAVIS_BUILD_DIR}/.dev-tools/banner.txt)
|
||||||
|
|
||||||
# *******************************************
|
# *******************************************
|
||||||
# Set Location of our Curl Test Results Files
|
# Set Location of our Curl Test Results Files
|
||||||
|
@ -436,9 +437,7 @@ echo "${bold}${gren}All Tests Passed"
|
||||||
echo "${bold}${magenta}Now We Test Whitelisting and then Release a new build"
|
echo "${bold}${magenta}Now We Test Whitelisting and then Release a new build"
|
||||||
|
|
||||||
printf "\n"
|
printf "\n"
|
||||||
${bold}${yellow}
|
${bold}${yellow}${banner}${defaultcolor}
|
||||||
cat ${TRAVIS_BUILD_DIR}/.dev-tools/banner.txt
|
|
||||||
${defaultcolor}
|
|
||||||
|
|
||||||
# **********************
|
# **********************
|
||||||
# Exit With Error Number
|
# Exit With Error Number
|
||||||
|
|
Loading…
Add table
Reference in a new issue