aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-04-01 15:14:31 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-04-01 15:14:31 -0500
commitfc856c4c50dbb349732c84319ca53c1af3059b20 (patch)
treedf093010c1473207c42d464f352515bea88f4785
parent7aa6e829ae02e63d9f126581897e906793b38d63 (diff)
Remove sources from backup dirs array.
-rw-r--r--chapter7/backup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter7/backup.sh b/chapter7/backup.sh
index 2e980c5..d34e383 100644
--- a/chapter7/backup.sh
+++ b/chapter7/backup.sh
@@ -1,7 +1,7 @@
#!/bin/bash
file="${LFS_VER}-ch7-backup.tar.xz"
-directories=(bin dev etc lib lib64 proc run sbin sources sys tools usr var)
+directories=(bin dev etc lib lib64 proc run sbin sys tools usr var)
if [ -f "${LFS}/sources/chapter7/backup" ]; then
echo -e "${YLW}Chapter 7 ${GRN}Backup found. Remove manually to backup again.${RST}"