From c77cefb6fa4e174a7f67c02f5bc7d5a5eb1dc9d6 Mon Sep 17 00:00:00 2001 From: winlin Date: Wed, 11 Nov 2015 17:49:46 +0800 Subject: [PATCH] refine the position of log script --- trunk/scripts/_log.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/scripts/_log.sh b/trunk/scripts/_log.sh index 0dabad4140..21a82684ca 100755 --- a/trunk/scripts/_log.sh +++ b/trunk/scripts/_log.sh @@ -8,7 +8,7 @@ RED="\\033[31m" GREEN="\\033[32m" YELLOW="\\033[33m" BLACK="\\033[0m" -POS="\\033[103G" +POS="\\033[94G" # if need to log to file, change the log path. if [[ ! $log ]]; then