diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-03-23 14:41:28 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-03-23 14:41:28 -0500 |
commit | 114151816861b205206665fdf27bf3946b7b8a7f (patch) | |
tree | 40ebdd4ca2741dda54c8655a6b1bf336694202cf | |
parent | 2c084cdd2a41b524ca15609111ab4499cc82aed6 (diff) |
Add new line at end of inside chroot message.
-rw-r--r-- | insidechroot.sh | 2 |
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" |