aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--insidechroot.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/insidechroot.sh b/insidechroot.sh
index a567517..3c262e9 100644
--- a/insidechroot.sh
+++ b/insidechroot.sh
@@ -2,5 +2,4 @@
source /sources/colors.sh
-echo "Hello from inside chroot!"
-echo "test!"
+echo -e "${GRN}Successfully entered ${RED}CHROOT${RST}!"