diff options
-rw-r--r-- | chapter7/cleanup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter7/cleanup.sh b/chapter7/cleanup.sh index b300e7e..f4a8333 100644 --- a/chapter7/cleanup.sh +++ b/chapter7/cleanup.sh @@ -1,7 +1,7 @@ #!/bin/bash if [ -f "${LFS}/sources/chapter7/cleanup" ]; then - echo -e "${YLW}Chapter 7 ${GRN}cleanup already performed.${RST}" + echo -e " ${IYLW}Chapter 7 ${IGRN}cleanup already performed.${RST}" else echo -ne "${GRN}Cleaning up ${YLW}${LFS}${RST}... " |