aboutsummaryrefslogtreecommitdiffstats
path: root/lfs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'lfs.sh')
-rwxr-xr-xlfs.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/lfs.sh b/lfs.sh
index 9291767..dc83800 100755
--- a/lfs.sh
+++ b/lfs.sh
@@ -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"