aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-04-01 16:23:49 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-04-01 16:23:49 -0500
commit47a6efa222ff8e90c19f845c030b128a470f735e (patch)
tree86500478e36dbae1e4d182ba3694ff68dc96cac3
parent841657097abbeef2ab325f9d2989adc578ed1c53 (diff)
Fix indentation.
-rw-r--r--chapter6/cleanup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter6/cleanup.sh b/chapter6/cleanup.sh
index 9a1e3af..3215924 100644
--- a/chapter6/cleanup.sh
+++ b/chapter6/cleanup.sh
@@ -1,7 +1,7 @@
#!/bin/bash
if [ -f "${LFS}/sources/chapter6/cleanup" ]; then
- echo -e "${IYLW}Chapter 6 ${IGRN}cleanup already performed.${RST}"
+ echo -e " ${IYLW}Chapter 6 ${IGRN}cleanup already performed.${RST}"
else
echo -ne "${GRN}Cleaning up ${YLW}${LFS}${RST}... "