mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-04 03:29:57 +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"
|
printf "\n"
|
||||||
echo "${bold}${green}Tests Completed"
|
echo "${bold}${cyan}Tests Completed"
|
||||||
printf "\n"
|
echo "${bold}${gren}All Tests Passed"
|
||||||
echo "${bold}${cyan}All Tests Passed"
|
echo "${bold}${magenta}Now We Test Whitelisting and then Release a new build"
|
||||||
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;
|
|
||||||
|
|
||||||
|
printf "\n"
|
||||||
|
${bold}${yellow}
|
||||||
|
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