mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 02:29:58 +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)
|
||||
white=$(tput setaf 7)
|
||||
defaultcolor=$(tput setaf default)
|
||||
banner=$(cat ${TRAVIS_BUILD_DIR}/.dev-tools/banner.txt)
|
||||
|
||||
# *******************************************
|
||||
# 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"
|
||||
|
||||
printf "\n"
|
||||
${bold}${yellow}
|
||||
cat ${TRAVIS_BUILD_DIR}/.dev-tools/banner.txt
|
||||
${defaultcolor}
|
||||
${bold}${yellow}${banner}${defaultcolor}
|
||||
|
||||
# **********************
|
||||
# Exit With Error Number
|
||||
|
|
Loading…
Add table
Reference in a new issue