diff options
| author | William Harrington <kb0iic@berzerkula.org> | 2021-03-22 14:04:44 -0500 |
|---|---|---|
| committer | William Harrington <kb0iic@berzerkula.org> | 2021-03-22 14:04:44 -0500 |
| commit | 0a657e1a78259cf798ab3d5fe3e0666f65a10fe3 (patch) | |
| tree | 489bf7f06884e54b91b0d199028b45cf59e07aab | |
| parent | 1cd3ffd75ec6ccd7bdd344ae7eeb9e8ee006b6e7 (diff) | |
Echo a success message when entering chroot.
| -rw-r--r-- | insidechroot.sh | 3 |
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}!" |
