Skip to content

Commit 57595af

Browse files
add reset ascci color code
1 parent 36db777 commit 57595af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/udroid/udroid.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ _c_magneta="\e[95m"
99
_c_green="\e[32m"
1010
_c_red="\e[31m"
1111
_c_blue="\e[34m"
12+
RST="\e[0m"
1213

1314
die() { echo -e "${_c_red}[E] ${*}${RST}";exit 1;:;}
1415
warn() { echo -e "${_c_red}[W] ${*}${RST}";:;}
@@ -59,7 +60,6 @@ l_login() {
5960
fi
6061
}
6162

62-
6363
_install() {
6464
SUITE=$1
6565

0 commit comments

Comments
 (0)