winlin

update the log position.

@@ -8,7 +8,7 @@ RED="\\e[31m" @@ -8,7 +8,7 @@ RED="\\e[31m"
8 GREEN="\\e[32m" 8 GREEN="\\e[32m"
9 YELLOW="\\e[33m" 9 YELLOW="\\e[33m"
10 BLACK="\\e[0m" 10 BLACK="\\e[0m"
11 -POS="\\e[100G" 11 +POS="\\e[103G"
12 12
13 # if need to log to file, change the log path. 13 # if need to log to file, change the log path.
14 if [[ ! $log ]]; then 14 if [[ ! $log ]]; then