aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-04-03 01:50:42 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-04-03 01:50:42 -0500
commit091055a1f954a780fb9feff6f6b46f78be451ee8 (patch)
treedd20e5a31c022af72ddd4f3b83c73ad73fc4b21e
parent8f7ca43ec6c21d389e4e8769e02433e991d5ddea (diff)
Use intensity for OK and adjust message.
-rw-r--r--insidechroot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/insidechroot.sh b/insidechroot.sh
index 486c252..a2fb9df 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