diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-04-02 13:36:51 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-04-02 13:36:51 -0500 |
commit | d15a78517dfa18948aaf9ae91b19cdc2de5df998 (patch) | |
tree | 01cbf0cc8c2db4e5a4e7ad69ee057e5c00a0b6c5 /lfs.sh | |
parent | 89ca137a22258537e9fd7e973a037fd0c50749bc (diff) |
Cleanup information messages for chapater 7 backup and cleanup and change from echo to printf.
Diffstat (limited to 'lfs.sh')
-rwxr-xr-x | lfs.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |