mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 18:50:13 +00:00
Fix Printing of Banner
This commit is contained in:
parent
9698b6da9c
commit
978af280ce
1 changed files with 7 additions and 8 deletions
|
@ -431,15 +431,14 @@ IFS=""
|
|||
|
||||
|
||||
printf "\n"
|
||||
echo "${bold}${green}Tests Completed"
|
||||
printf "\n"
|
||||
echo "${bold}${cyan}All Tests Passed"
|
||||
printf "\n"
|
||||
echo "${bold}${magenta}Now Test Whitelisting and then Release a new build"
|
||||
|
||||
printf "\n\n"
|
||||
${bold}${yellow};cat ${TRAVIS_BUILD_DIR}/.dev-tools/banner.txt;
|
||||
echo "${bold}${cyan}Tests Completed"
|
||||
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}
|
||||
|
||||
# **********************
|
||||
# Exit With Error Number
|
||||
|
|
Loading…
Add table
Reference in a new issue