aboutsummaryrefslogtreecommitdiffstats
path: root/chapter6/backup.sh
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-04-02 13:32:33 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-04-02 13:32:33 -0500
commit89ca137a22258537e9fd7e973a037fd0c50749bc (patch)
tree34fdb3cc96892b5d16aed72346edc2de4ded0180 /chapter6/backup.sh
parenteb35696e9b37f041ee4ddc606910abc5218fc9b4 (diff)
parent89b1f1e2805a93e4c334dd4c8551d82075489e2b (diff)
Merge branch 'cleanup' into chapter7
Diffstat (limited to 'chapter6/backup.sh')
-rw-r--r--chapter6/backup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter6/backup.sh b/chapter6/backup.sh
index 615aaf7..73e3b3d 100644
--- a/chapter6/backup.sh
+++ b/chapter6/backup.sh
@@ -4,7 +4,7 @@ file="${LFS_VER}-ch6-backup.tar.xz"
directories=(bin etc lib lib64 sbin tools usr var)
if [ -f "${LFS}/sources/chapter6/backup" ]; then
- printf "%b" " ${IGRN}Backup found. Remove manually to backup again.${RST}\n"
+ printf "%b" " ${IGRN}Backup previously completed${RST}\n"
else
echo -ne "${GRN}Backing up ${YLW}${LFS}${GRN} to ${YLW}${file}${RST}... "