aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhaoyh6 <zhaoyh6@asiainfo.com>2022-12-16 15:59:23 +0800
committerzhao yehua <zhaoyh6@asiainfo.com>2022-12-16 08:46:02 +0000
commit3f817c07d46958717a5317edb815a74d53c3622c (patch)
treec0b6ec08eaa99fd48d1731dff0feee6fb8a1b04e
parent8e0a26fe44fa3d3edc711bfb7f61b6e504f8c258 (diff)
Close useless processes
Issue-ID: USECASEUI-767 Signed-off-by: zhaoyh6 <zhaoyh6@asiainfo.com> Change-Id: I9e94ff08a89a5a2b2371c74710d6b59c1603c29e
-rwxr-xr-xstandalone/src/main/assembly/run.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/standalone/src/main/assembly/run.sh b/standalone/src/main/assembly/run.sh
index ad7a946..7ed5207 100755
--- a/standalone/src/main/assembly/run.sh
+++ b/standalone/src/main/assembly/run.sh
@@ -21,6 +21,4 @@ cd /home/uuihome/uui/bert-master/ || exit
mkdir -p upload
nohup sh -c 'python -u api_squad_online.py 33011 2>&1 | tee online.log' | tee nohup.out &
nohup sh -c 'python -u api_squad_offline.py 33012 2>&1 | tee offline.log' | tee nohup.out &
-nohup sh -c 'python -u upload.py 33013 2>&1 | tee upload.log' | tee nohup.out &
-
-/usr/bin/tf_serving_entrypoint.sh
+python -u upload.py 33013 2>&1 | tee upload.log