aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-03-23 14:41:28 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-03-23 14:41:28 -0500
commit114151816861b205206665fdf27bf3946b7b8a7f (patch)
tree40ebdd4ca2741dda54c8655a6b1bf336694202cf
parent2c084cdd2a41b524ca15609111ab4499cc82aed6 (diff)
Add new line at end of inside chroot message.
-rw-r--r--insidechroot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/insidechroot.sh b/insidechroot.sh
index 0364198..2be9f05 100644
--- a/insidechroot.sh
+++ b/insidechroot.sh
@@ -2,4 +2,4 @@
source /sources/colors.sh
-printf "%b" "${GRN}Successfully entered ${RED}CHROOT${RST}!"
+printf "%b" "${GRN}Successfully entered ${RED}CHROOT${RST}!\n"