From a9998650875c122d505c3046b23dc5f8590857f7 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Tue, 23 Mar 2021 14:04:35 -0500 Subject: Use printf instead of echo. --- insidechroot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'insidechroot.sh') diff --git a/insidechroot.sh b/insidechroot.sh index 3c262e9..0364198 100644 --- a/insidechroot.sh +++ b/insidechroot.sh @@ -2,4 +2,4 @@ source /sources/colors.sh -echo -e "${GRN}Successfully entered ${RED}CHROOT${RST}!" +printf "%b" "${GRN}Successfully entered ${RED}CHROOT${RST}!" -- cgit v1.2.3-54-g00ecf