Use variables for colored error
This commit is contained in:
parent
cb0d8b35fb
commit
f1192659f0
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ OFF=$'\e[0;0m'
|
|||
|
||||
RES_OK=${GRN}OK${OFF}
|
||||
RES_FAIL=${RED}FAIL${OFF}
|
||||
RES_ERROR=${RED}ERR${OFF}
|
||||
RES_ERROR=${RED}ERROR${OFF}
|
||||
RES_ULT=${BLD}RESULT${OFF}
|
||||
#RES_FAIL_BLINK="${RED_BLINK}FAIL${OFF}"
|
||||
RES_FAIL_BIG="${RED_BOLD}######## FAIL ########${OFF}"
|
||||
|
|
Loading…
Reference in a new issue