mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-01 10:09:49 +00:00
Update generate-files.sh
FIX: tput: unknown terminfo capability 'default' Error: Process completed with exit code 4. Change TERM to linux
This commit is contained in:
parent
d6a9c7624a
commit
4ea62e0773
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@
|
|||
|
||||
set -e
|
||||
set -o pipefail
|
||||
export TERM=xterm
|
||||
#export TERM=xterm
|
||||
export TERM=linux
|
||||
|
||||
# ------------------------
|
||||
# Set Terminal Font Colors
|
||||
|
|
Loading…
Add table
Reference in a new issue