diff options
Diffstat (limited to 'chapter7')
-rw-r--r-- | chapter7/backup.sh | 2 |
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}" |