fix(agent): yellow os-type skips
This commit is contained in:
@@ -8,11 +8,13 @@ set -eo pipefail
|
||||
if [[ -t 1 && -n "$TERM" && "$TERM" != "dumb" ]]; then
|
||||
RED="\033[1;31m"
|
||||
GREEN="\033[1;32m"
|
||||
YELLOW="\033[1;33m"
|
||||
GREY="\033[1;30m"
|
||||
NC="\033[0m"
|
||||
else
|
||||
RED=""
|
||||
GREEN=""
|
||||
YELLOW=""
|
||||
GREY=""
|
||||
NC=""
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user