aboutsummaryrefslogtreecommitdiffstats
path: root/chapter7
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-04-01 16:21:00 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-04-01 16:21:00 -0500
commit1624434cc39a74b36881aa657f4cea38b9bfba77 (patch)
treed28ffa49f49412167c068cbec1d0bfdd1f1c56c6 /chapter7
parent6b0f4abdb2d5c0ae1b3a2d82a7953f03f8e1d114 (diff)
Use intense colors for already completed message.
Diffstat (limited to 'chapter7')
-rw-r--r--chapter7/cleanup.sh2
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}... "