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/cleanup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter6/cleanup.sh') 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}... " -- cgit v1.2.3-54-g00ecf