shell update

This commit is contained in:
Gordon 2022-08-24 16:15:24 +08:00
parent 059dd1993a
commit 4203c4d30c

View File

@ -5,8 +5,8 @@ source ./path_info.cfg
source ./function.sh
ulimit -n 200000
ws_address=$(cat $config_path | grep openImWsAddress | awk -F '[:]' '{print $NF}')
api_address=$(cat $config_path | grep openImApiAddress | awk -F '[:]' '{print $NF}')
ws_address=$(cat $config_path | grep openImWsAddress | awk -F '[ ]' '{print $NF}')
api_address=$(cat $config_path | grep openImApiAddress | awk -F '[ ]' '{print $NF}')
list3=$(cat $config_path | grep openImSdkWsPort | awk -F '[:]' '{print $NF}')
logLevel=$(cat $config_path | grep remainLogLevel | awk -F '[:]' '{print $NF}')
list_to_string $list3