From 4203c4d30c4dc0aee71c57b6995f58caf1959153 Mon Sep 17 00:00:00 2001 From: Gordon <1432970085@qq.com> Date: Wed, 24 Aug 2022 16:15:24 +0800 Subject: [PATCH] shell update --- script/sdk_svr_start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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