diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-04-01 16:20:54 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-04-01 16:20:54 -0500 |
commit | 6b0f4abdb2d5c0ae1b3a2d82a7953f03f8e1d114 (patch) | |
tree | 5bd12ccfe7f870e5567c023c9656793079dcce73 | |
parent | 2b3ad233705d788ef0ea0ba65a6197cb8120e688 (diff) |
Use intense colors for already completed message.
-rw-r--r-- | chapter6/cleanup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter6/cleanup.sh b/chapter6/cleanup.sh index cd620d3..9a1e3af 100644 --- a/chapter6/cleanup.sh +++ b/chapter6/cleanup.sh @@ -1,7 +1,7 @@ #!/bin/bash if [ -f "${LFS}/sources/chapter6/cleanup" ]; then - echo -e "${YLW}Chapter 6 ${GRN}cleanup already performed.${RST}" + echo -e "${IYLW}Chapter 6 ${IGRN}cleanup already performed.${RST}" else echo -ne "${GRN}Cleaning up ${YLW}${LFS}${RST}... " |