From fadfdc87d467ca7f3e25d7149efe976f66f20b9e Mon Sep 17 00:00:00 2001 From: zhshch2002 Date: Fri, 27 May 2022 19:31:38 +0800 Subject: [PATCH] fix: nt_install.sh red color --- nt_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nt_install.sh b/nt_install.sh index a40c605..55b49e2 100644 --- a/nt_install.sh +++ b/nt_install.sh @@ -10,7 +10,7 @@ fi usrPath="/usr/local/bin" function red() { - echo -e "\e[1;31m$1\e[0m" + echo -e "\033[31m$1\033[0m" } checkRootPermit() {