From 89b1f1e2805a93e4c334dd4c8551d82075489e2b Mon Sep 17 00:00:00 2001 From: William Harrington Date: Fri, 2 Apr 2021 13:31:48 -0500 Subject: Cleanup information 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 9bd8fee..29b133f 100644 --- a/chapter6/cleanup.sh +++ b/chapter6/cleanup.sh @@ -1,7 +1,7 @@ #!/bin/bash if [ -f "${LFS}/sources/chapter6/cleanup" ]; then - echo -e " ${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