mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 10:40:36 +00:00
[GHA] set xterm in generate-files
This commit is contained in:
parent
9bb1ad9d7b
commit
d23f26b7ca
1 changed files with 4 additions and 1 deletions
|
@ -41,10 +41,13 @@
|
|||
# SOFTWARE.
|
||||
# ------------------------------------------------------------------------------
|
||||
|
||||
set -e
|
||||
set -o pipefail
|
||||
TERM=xterm
|
||||
|
||||
# ------------------------
|
||||
# Set Terminal Font Colors
|
||||
# ------------------------
|
||||
|
||||
bold=$(tput bold)
|
||||
red=$(tput setaf 1)
|
||||
green=$(tput setaf 2)
|
||||
|
|
Loading…
Add table
Reference in a new issue