aboutsummaryrefslogtreecommitdiffstats
path: root/insidechroot.sh
diff options
context:
space:
mode:
Diffstat (limited to 'insidechroot.sh')
-rw-r--r--insidechroot.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/insidechroot.sh b/insidechroot.sh
index 91f75c9..6e01ccf 100644
--- a/insidechroot.sh
+++ b/insidechroot.sh
@@ -10,7 +10,7 @@ printf "%b" "${CYN}SUCCESSFULLY ENTERED ${RED}CHROOT${RST}!\n"
if [ "${CHAPTER}" -eq 7 ]; then
printf "%b" "${GRN}Creating directories...${RST}\n"
if [ -f /sources/createdirs ]; then
- printf "%b" "${GRN} Directories already created.${RST}\n"
+ printf "%b" "${IGRN} Directories already created.${RST}\n"
else
mkdir -p /boot
mkdir -p /home
@@ -89,7 +89,7 @@ if [ "${CHAPTER}" -eq 7 ]; then
printf "%b" "${GRN}Creating essential files and symbolic links... ${RST}\n"
if [ -f "/sources/essential" ]; then
- printf "%b" " ${GRN}Essential files and symbolic links already created.${RST}\n"
+ printf "%b" " ${IGRN}Essential files and symbolic links already created.${RST}\n"
else
ln -sf /proc/self/mounts /etc/mtab
echo "127.0.0.1 localhost $(hostname)" > /etc/hosts