From 35b8da43e8fbe15ecd0114e409bf188d4c39eecf Mon Sep 17 00:00:00 2001 From: William Harrington Date: Thu, 1 Apr 2021 15:15:42 -0500 Subject: Use intense green for already completed tasks which are indented. --- insidechroot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/insidechroot.sh b/insidechroot.sh index b44e4ca..307e990 100644 --- a/insidechroot.sh +++ b/insidechroot.sh @@ -10,7 +10,7 @@ printf "%b" "${CYN}SUCCESSFULLY ENTERED ${RED}CHROOT${RST}!\n" if [ "${CHAPTER}" -eq 7 ]; then printf "%b" "${GRN}Creating directories...${RST}\n" if [ -f /sources/createdirs ]; then - printf "%b" "${GRN} Directories already created.${RST}\n" + printf "%b" "${IGRN} Directories already created.${RST}\n" else mkdir -p /boot mkdir -p /home @@ -89,7 +89,7 @@ if [ "${CHAPTER}" -eq 7 ]; then printf "%b" "${GRN}Creating essential files and symbolic links... ${RST}\n" if [ -f "/sources/essential" ]; then - printf "%b" " ${GRN}Essential files and symbolic links already created.${RST}\n" + printf "%b" " ${IGRN}Essential files and symbolic links already created.${RST}\n" else ln -sf /proc/self/mounts /etc/mtab echo "127.0.0.1 localhost $(hostname)" > /etc/hosts -- cgit v1.2.3-54-g00ecf