mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-10 15:34:24 +00:00
FIX Build Fails - change to TERM=linux
This commit is contained in:
parent
252b9cd9b1
commit
b3c20aec7f
20 changed files with 50 additions and 52 deletions
|
@ -41,7 +41,7 @@
|
|||
# SOFTWARE.
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
export TERM=xterm
|
||||
export TERM=linux
|
||||
|
||||
# -------------------------------------------
|
||||
# For Testing REGEX and False Positives Cases
|
||||
|
@ -51,6 +51,11 @@ export TERM=xterm
|
|||
# Set Terminal Font Colors
|
||||
# ------------------------
|
||||
|
||||
export TERM=linux
|
||||
|
||||
# ------------------------
|
||||
# Set Terminal Font Colors
|
||||
# ------------------------
|
||||
bold=$(tput bold)
|
||||
red=$(tput setaf 1)
|
||||
green=$(tput setaf 2)
|
||||
|
@ -59,7 +64,7 @@ blue=$(tput setaf 4)
|
|||
magenta=$(tput setaf 5)
|
||||
cyan=$(tput setaf 6)
|
||||
white=$(tput setaf 7)
|
||||
defaultcolor=$(tput setaf default)
|
||||
defaultcolor=$(tput setaf 7)
|
||||
|
||||
# -----------------------------
|
||||
# USER-AGENT ARRAY - MUST MATCH
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue