diff options
-rw-r--r-- | insidechroot.sh | 2 |
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 |