mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine the position of log script
This commit is contained in:
parent
c4c63f7825
commit
c77cefb6fa
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ RED="\\033[31m"
|
||||||
GREEN="\\033[32m"
|
GREEN="\\033[32m"
|
||||||
YELLOW="\\033[33m"
|
YELLOW="\\033[33m"
|
||||||
BLACK="\\033[0m"
|
BLACK="\\033[0m"
|
||||||
POS="\\033[103G"
|
POS="\\033[94G"
|
||||||
|
|
||||||
# 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…
Add table
Add a link
Reference in a new issue