diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-03-23 15:22:53 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-03-23 15:22:53 -0500 |
commit | fb88c0e7e323a761054e5fa95befc87dcefa4564 (patch) | |
tree | 55f4dbe6ac0dfdc43449ef1b135929d582985695 /insidechroot.sh | |
parent | 02c72951463e082dfdd6628939a3261d5044eb34 (diff) |
Change message when entering CHROOT.
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 7cbee29..784a40e 100644 --- a/insidechroot.sh +++ b/insidechroot.sh @@ -3,7 +3,7 @@ source /sources/colors.sh source /sources/spinner.sh -printf "%b" "${GRN}Successfully entered ${RED}CHROOT${RST}!\n" +printf "%b" "${CYN}SUCCESSFULLY ENTERED ${RED}CHROOT${RST}!\n" printf "%b" "${GRN}Creating directories...${RST}\n" if [ -f /sources/createdirs ]; then |