From 3f85bf6ca6bfee872cbeafbe78a392de2930b238 Mon Sep 17 00:00:00 2001
From: test <pansen626@sina.com>
Date: 星期一, 22 四月 2019 09:50:11 +0800
Subject: [PATCH] 修改人员异常的大于小于设置,并使用-1作为不生效以应对单边限制

---
 QiaoJiaSystem/build/scpToSer.sh |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/QiaoJiaSystem/build/scpToSer.sh b/QiaoJiaSystem/build/scpToSer.sh
index b726b31..031fc06 100755
--- a/QiaoJiaSystem/build/scpToSer.sh
+++ b/QiaoJiaSystem/build/scpToSer.sh
@@ -10,7 +10,7 @@
     des_pass=123
     expect -c "
 #    spawn scp -P41100 ${CUR_PATH}"/"$1 basic@58.118.225.79:/home/basic/Apps/QiaoJiaSystem/build 
-    spawn scp  ${CUR_PATH}"/"$1 basic@192.168.1.182:/home/basic/Apps/QiaoJiaSystem/build 
+    spawn scp -P100  ${CUR_PATH}"/"$1 basic@86.2.56.17:/home/basic/Apps/QiaoJiaSystem/build
     expect \"password:\"
     send \"${des_pass}\r\"
     expect eof
@@ -28,14 +28,14 @@
     sendFile FaceDetectServer
     sendFile FaceExtractServer
     sendFile FaceSearchServer
-    sendFile syncDBClient
+    #sendFile syncDBClient
     #sendFile RecordVideo
     sendFile VideoAnalysFromHC
     sendFile VideoToImageMulth
     sendFile YoloServer
     #sendFile EncodeServer
     #sendFile killAll.sh
-    sendFile runAll.sh
+    #sendFile runAll.sh
     #sendFile runWebSer.sh
 else
     SENDFILE=$1

--
Gitblit v1.8.0