mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-01 18:19:55 +00:00
Update generate-files.sh
FIX: tput: unknown terminfo capability 'default'
This commit is contained in:
parent
393eb2be20
commit
929affc471
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,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)
|
||||
|
||||
# ---------
|
||||
# FUNCTIONS
|
||||
|
|
Loading…
Add table
Reference in a new issue