diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-04-03 01:50:42 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-04-03 01:52:07 -0500 |
commit | ff303625e3d6cef9126dbc3252caa188c3037443 (patch) | |
tree | 27c456f33e5cc34f9c5ffc1815ce4157056680d6 /insidechroot.sh | |
parent | 52eb2155eac25cea05e4ec16e584a6344503bbd4 (diff) |
Use intensity for OK and adjust message.
Diffstat (limited to 'insidechroot.sh')
-rw-r--r-- | insidechroot.sh | 2 |
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 |