diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-04-01 16:23:49 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-04-01 16:26:03 -0500 |
commit | b0d25df104e1a9cdb50d84c594cd90f1a926696d (patch) | |
tree | d150c439d5c3c89cbd40c41e718b00cbfacd0ca8 | |
parent | 1624434cc39a74b36881aa657f4cea38b9bfba77 (diff) |
Fix indentation.
-rw-r--r-- | chapter6/cleanup.sh | 2 |
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}... " |