mirror of
https://github.com/nxtrace/NTrace-core.git
synced 2025-08-12 06:26:39 +00:00
fix: nt_install.sh red color
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user