aboutsummaryrefslogtreecommitdiffstats
path: root/chapter6/cleanup.sh
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-04-01 17:14:36 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-04-01 17:14:36 -0500
commit6b9175a4a427a23560fd84f07069c6a472d94e5e (patch)
tree73153c6b84dda6122aa637b715b2a45224215b2a /chapter6/cleanup.sh
parenta0621e1c11352e833cc04f4e68b96319316d3872 (diff)
Change cleanup and backup already performed messages.
Diffstat (limited to 'chapter6/cleanup.sh')
-rw-r--r--chapter6/cleanup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter6/cleanup.sh b/chapter6/cleanup.sh
index 3215924..dc8a75a 100644
--- a/chapter6/cleanup.sh
+++ b/chapter6/cleanup.sh
@@ -1,7 +1,7 @@
#!/bin/bash
if [ -f "${LFS}/sources/chapter6/cleanup" ]; then
- echo -e " ${IYLW}Chapter 6 ${IGRN}cleanup already performed.${RST}"
+ echo -e " ${IGRN}Cleanup already performed.${RST}"
else
echo -ne "${GRN}Cleaning up ${YLW}${LFS}${RST}... "