aboutsummaryrefslogtreecommitdiffstats
path: root/chapter6/backup.sh
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-04-02 13:40:26 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-04-02 13:40:26 -0500
commitae1c128bc8a0499702b104c082aa3b3db24e2b56 (patch)
tree105e03cc67e990ae8e72b511087916a514b28274 /chapter6/backup.sh
parentd15a78517dfa18948aaf9ae91b19cdc2de5df998 (diff)
parent47b9901c403c85f3e4771babcb9f7380917d835b (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 73e3b3d..ed46f31 100644
--- a/chapter6/backup.sh
+++ b/chapter6/backup.sh
@@ -7,7 +7,7 @@ if [ -f "${LFS}/sources/chapter6/backup" ]; then
printf "%b" " ${IGRN}Backup previously completed${RST}\n"
else
- echo -ne "${GRN}Backing up ${YLW}${LFS}${GRN} to ${YLW}${file}${RST}... "
+ printf "%b" "${GRN}Backing up ${YLW}${LFS}${GRN} to ${YLW}${file}${RST}... "
pushd "${LFS}" > /dev/null || exit 1
sudo XZ_OPTS="-T${NUMPROCS} -e" tar cJpf "${HOME}"/"${file}" "${directories[@]}" >/dev/null 2>&1 & pid=$!
spinner "$pid" "${SPINNER}"