From ac33c086c67ddfa239193cebe3ca338b52ff320e Mon Sep 17 00:00:00 2001 From: tsosunchia <59512455+tsosunchia@users.noreply.github.com> Date: Fri, 27 May 2022 19:34:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E8=A1=A5=E4=B9=8B=E5=89=8D=E5=86=8D?= =?UTF-8?q?=E9=83=A8=E5=88=86macOS=E8=AE=BE=E5=A4=87=E5=87=BA=E7=8E=B0?= =?UTF-8?q?=E7=9A=84=E9=A2=9C=E8=89=B2=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= =?UTF-8?q?=EF=BC=9A=E6=9B=BF=E6=8D=A2macOS=E4=B8=ADbash-3.1=E4=B8=8D?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E7=9A=84=E9=83=A8=E5=88=86=E6=8C=87=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nt_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nt_install.sh b/nt_install.sh index a40c605..73581bf 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() {