aboutsummaryrefslogtreecommitdiffstats
path: root/lfs.sh
diff options
context:
space:
mode:
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