diff --git a/script/sdk_svr_start.sh b/script/sdk_svr_start.sh index a8e4dc362..115ceff82 100644 --- a/script/sdk_svr_start.sh +++ b/script/sdk_svr_start.sh @@ -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