aboutsummaryrefslogtreecommitdiffstats
path: root/insidechroot.sh
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:51:47 -0500
commit36fda06dda8c2efa1a691d6327d807f2163ea39f (patch)
tree27c456f33e5cc34f9c5ffc1815ce4157056680d6 /insidechroot.sh
parent52eb2155eac25cea05e4ec16e584a6344503bbd4 (diff)
Use intensity for OK and adjust message.
Diffstat (limited to 'insidechroot.sh')
-rw-r--r--insidechroot.sh2
1 files changed, 1 insertions, 1 deletions
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