diff --git a/dev-tools/install-nginx-1.sh b/dev-tools/install-nginx-1.sh index 23aa3a1731..9ec091b32f 100755 --- a/dev-tools/install-nginx-1.sh +++ b/dev-tools/install-nginx-1.sh @@ -18,7 +18,8 @@ set -e set -o pipefail -export TERM=xterm +#export TERM=xterm +export TERM=linux # ------------------------------------------------------------------------------ # MIT License @@ -48,7 +49,6 @@ export TERM=xterm # ------------------------ # Set Terminal Font Colors # ------------------------ - bold=$(tput bold) red=$(tput setaf 1) green=$(tput setaf 2) @@ -57,7 +57,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