From 36fda06dda8c2efa1a691d6327d807f2163ea39f Mon Sep 17 00:00:00 2001 From: William Harrington Date: Sat, 3 Apr 2021 01:50:42 -0500 Subject: Use intensity for OK and adjust message. --- insidechroot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/insidechroot.sh b/insidechroot.sh index b4a743a..494e937 100644 --- a/insidechroot.sh +++ b/insidechroot.sh @@ -83,7 +83,7 @@ if [[ "${CHAPTER}" -eq 7 ]]; then install -d -m 0750 /root install -d -m 1777 /tmp /var/tmp - printf "%b" " ${GRN}Directories created${RST}\n" + printf "%b" " ${IGRN}OK${RST}\n" touch /sources/createdirs fi -- cgit v1.2.3-54-g00ecf