aboutsummaryrefslogtreecommitdiffstats
path: root/lfs.sh
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-04-02 13:36:51 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-04-02 13:36:51 -0500
commitd15a78517dfa18948aaf9ae91b19cdc2de5df998 (patch)
tree01cbf0cc8c2db4e5a4e7ad69ee057e5c00a0b6c5 /lfs.sh
parent89ca137a22258537e9fd7e973a037fd0c50749bc (diff)
Cleanup information messages for chapater 7 backup and cleanup and change from echo to printf.
Diffstat (limited to 'lfs.sh')
-rwxr-xr-xlfs.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/lfs.sh b/lfs.sh
index bdd8659..55bdfb6 100755
--- a/lfs.sh
+++ b/lfs.sh
@@ -169,7 +169,8 @@ if [[ "$retval" -eq 7 ]]; then
sudo umount "${LFS}"/sys
sudo umount "${LFS}"/proc
- printf "%b" "\n${YLW}Chapter 7 ${GRN}cleanup and backup${RST}\n"
+ printf "%b" "\n${IWHT}======= ${IYLW}Chapter 7 ${IGRN}Cleanup and Backup \
+${IWHT}=======${RST}\n"
source "${LFS}"/sources/chapter7/cleanup.sh
source "${LFS}"/sources/chapter7/backup.sh
else