diff options
-rw-r--r-- | chapter7/backup.sh | 2 | ||||
-rw-r--r-- | chapter7/cleanup.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter7/backup.sh b/chapter7/backup.sh index 8b0944d..68b9824 100644 --- a/chapter7/backup.sh +++ b/chapter7/backup.sh @@ -4,7 +4,7 @@ file="${LFS_VER}-ch7-backup.tar.xz" directories=(bin dev etc lib lib64 proc run sbin sys tools usr var) if [ -f "${LFS}/sources/chapter7/backup" ]; then - echo -e " ${IYLW}Chapter 7 ${IGRN}Backup found. Remove manually to backup again.${RST}" + echo -e " ${IGRN}Backup found. Remove manually to backup again.${RST}" else echo -ne "${GRN}Backing up ${YLW}${LFS}${GRN} to ${YLW}${file}${RST}... " diff --git a/chapter7/cleanup.sh b/chapter7/cleanup.sh index f4a8333..95e1449 100644 --- a/chapter7/cleanup.sh +++ b/chapter7/cleanup.sh @@ -1,7 +1,7 @@ #!/bin/bash if [ -f "${LFS}/sources/chapter7/cleanup" ]; then - echo -e " ${IYLW}Chapter 7 ${IGRN}cleanup already performed.${RST}" + echo -e " ${IGRN}Cleanup already performed.${RST}" else echo -ne "${GRN}Cleaning up ${YLW}${LFS}${RST}... " |