1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-12 19:31:53 +00:00

refine log position

This commit is contained in:
winlin 2014-11-27 08:04:39 +08:00
parent c6133213cf
commit be53b10ed3

View file

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