diff options
Diffstat (limited to 'lfs.sh')
-rwxr-xr-x | lfs.sh | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -175,7 +175,9 @@ if [[ "$retval" -eq 0 ]]; then printf "%b" "\n${IWHT}======= ${IYLW}Chapter 7 ${IGRN}Cleanup and Backup \ ${IWHT}=======${RST}\n" + # shellcheck source=chapter7/cleanup.sh source "${LFS}"/sources/chapter7/cleanup.sh + # shellcheck source=chapter7/backup.sh source "${LFS}"/sources/chapter7/backup.sh else exit "$retval" @@ -210,7 +212,9 @@ if [[ "$retval" -eq 0 ]]; then printf "%b" "\n${IWHT}======= ${IYLW}Chapter 8 ${IGRN}Cleanup and Backup \ ${IWHT}=======${RST}\n" + # shellcheck source=chapter8/cleanup.sh source "${LFS}"/sources/chapter8/cleanup.sh + # shellcheck source=chapter8/backup.sh source "${LFS}"/sources/chapter8/backup.sh else exit "$retval" |