From 661042173ec443ddf0764bc99229aa39fc7231bf Mon Sep 17 00:00:00 2001
From: 雾聪 <wucong.lyb@alibaba-inc.com>
Date: 星期五, 02 二月 2024 11:39:30 +0800
Subject: [PATCH] update run_server.sh

---
 runtime/run_server_2pass.sh |    4 ++--
 runtime/run_server.sh       |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/runtime/run_server.sh b/runtime/run_server.sh
index 5ac7234..22907ab 100644
--- a/runtime/run_server.sh
+++ b/runtime/run_server.sh
@@ -8,7 +8,7 @@
 port=10095
 certfile="$(pwd)/ssl_key/server.crt"
 keyfile="$(pwd)/ssl_key/server.key"
-hotword="$(pwd)/hotwords.txt"
+hotword="$(pwd)/websocket/hotwords.txt"
 # set decoder_thread_num
 decoder_thread_num=$(cat /proc/cpuinfo | grep "processor"|wc -l) || { echo "Get cpuinfo failed. Set decoder_thread_num = 32"; decoder_thread_num=32; }
 multiple_io=16
@@ -38,5 +38,5 @@
   --port ${port} \
   --certfile  "${certfile}" \
   --keyfile "${keyfile}" \
-  --hotword "${hotword}"
+  --hotword "${hotword}" &
 
diff --git a/runtime/run_server_2pass.sh b/runtime/run_server_2pass.sh
index d04f8c3..bb33171 100644
--- a/runtime/run_server_2pass.sh
+++ b/runtime/run_server_2pass.sh
@@ -9,7 +9,7 @@
 port=10095
 certfile="$(pwd)/ssl_key/server.crt"
 keyfile="$(pwd)/ssl_key/server.key"
-hotword="$(pwd)/hotwords.txt"
+hotword="$(pwd)/websocket/hotwords.txt"
 # set decoder_thread_num
 decoder_thread_num=$(cat /proc/cpuinfo | grep "processor"|wc -l) || { echo "Get cpuinfo failed. Set decoder_thread_num = 32"; decoder_thread_num=32; }
 multiple_io=16
@@ -40,5 +40,5 @@
   --port ${port} \
   --certfile  "${certfile}" \
   --keyfile "${keyfile}" \
-  --hotword "${hotword}"
+  --hotword "${hotword}" &
 

--
Gitblit v1.9.1