mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 03:41:55 +00:00
refine log position
This commit is contained in:
parent
c6133213cf
commit
be53b10ed3
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ RED="\\e[31m"
|
||||||
GREEN="\\e[32m"
|
GREEN="\\e[32m"
|
||||||
YELLOW="\\e[33m"
|
YELLOW="\\e[33m"
|
||||||
BLACK="\\e[0m"
|
BLACK="\\e[0m"
|
||||||
POS="\\e[110G"
|
POS="\\e[100G"
|
||||||
|
|
||||||
# if need to log to file, change the log path.
|
# if need to log to file, change the log path.
|
||||||
if [[ ! $log ]]; then
|
if [[ ! $log ]]; then
|
||||||
|
|
Loading…
Reference in a new issue