aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-04-01 17:15:11 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-04-01 17:15:11 -0500
commit4d743867bc66e951469318f02cf6eacee75882c6 (patch)
tree8e258ea78641094125273fb688dcd7179bb45ddf
parenta51e000b5af272a69fbdfeb620aca916c99d6338 (diff)
parent6b9175a4a427a23560fd84f07069c6a472d94e5e (diff)
Merge branch 'cleanup' into chapter7
-rw-r--r--chapter6/backup.sh2
-rw-r--r--chapter6/cleanup.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter6/backup.sh b/chapter6/backup.sh
index 8d2be5d..5d5030a 100644
--- a/chapter6/backup.sh
+++ b/chapter6/backup.sh
@@ -4,7 +4,7 @@ file="${LFS_VER}-ch6-backup.tar.xz"
directories=(bin etc lib lib64 sbin tools usr var)
if [ -f "${LFS}/sources/chapter6/backup" ]; then
- printf "%b" " ${IYLW}Chapter 6 ${IGRN}Backup found. Remove manually to backup again.\n${RST}"
+ printf "%b" " ${IGRN}Backup found. Remove manually to backup again.\n${RST}"
else
echo -ne "${GRN}Backing up ${YLW}${LFS}${GRN} to ${YLW}${file}${RST}... "
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}... "