mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 03:41:55 +00:00
update script
This commit is contained in:
parent
1966ab9446
commit
443b9c48f4
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@ fi
|
|||
work_dir=`(cd ${work_dir}/.. && pwd)`
|
||||
product_dir=$work_dir
|
||||
|
||||
# allow start script from any dir
|
||||
cd $work_dir
|
||||
|
||||
. ${product_dir}/scripts/_log.sh
|
||||
ret=$?; if [[ $ret -ne 0 ]]; then exit $ret; fi
|
||||
ok_msg "导入脚本成功"
|
||||
|
|
Loading…
Reference in a new issue