From 6b9175a4a427a23560fd84f07069c6a472d94e5e Mon Sep 17 00:00:00 2001 From: William Harrington Date: Thu, 1 Apr 2021 17:14:36 -0500 Subject: Change cleanup and backup already performed messages. --- chapter6/backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter6/backup.sh') 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}... " -- cgit v1.2.3-54-g00ecf