From e15c4888f720b8781260b901ac82d058f8f7c3b5 Mon Sep 17 00:00:00 2001
From: chenshijun <csj_sky@126.com>
Date: 星期三, 27 三月 2019 14:34:37 +0800
Subject: [PATCH] 移植nsq到项目中,将最短最长时长的参数修改成nsq配置

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

diff --git a/QiaoJiaSystem/build/scpToSer.sh b/QiaoJiaSystem/build/scpToSer.sh
old mode 100644
new mode 100755
index 4dcb35e..b726b31
--- a/QiaoJiaSystem/build/scpToSer.sh
+++ b/QiaoJiaSystem/build/scpToSer.sh
@@ -2,14 +2,14 @@
 
 CUR_PATH=`pwd`
 #echo  ${CUR_PATH}"/"${SENDFILE}
-#scp ${CUR_PATH}"/"${SENDFILE} basic@192.168.1.185:/home/basic/Apps/QiaoJiaSystem/build
+#scp ${CUR_PATH}"/"${SENDFILE} basic@192.168.1.203:/home/basic/Apps/QiaoJiaSystem/build
 
 
 sendFile() {
     echo $1
     des_pass=123
     expect -c "
-#    spawn scp -P44100 ${CUR_PATH}"/"$1 dell@58.118.225.79:/home/dell/Apps/QiaoJiaSystem/build 
+#    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 
     expect \"password:\"
     send \"${des_pass}\r\"
@@ -29,12 +29,13 @@
     sendFile FaceExtractServer
     sendFile FaceSearchServer
     sendFile syncDBClient
-    sendFile RecordVideo
+    #sendFile RecordVideo
     sendFile VideoAnalysFromHC
+    sendFile VideoToImageMulth
     sendFile YoloServer
-    sendFile EncodeServer
-    sendFile killAll.sh
-    #sendFile runAll.sh
+    #sendFile EncodeServer
+    #sendFile killAll.sh
+    sendFile runAll.sh
     #sendFile runWebSer.sh
 else
     SENDFILE=$1

--
Gitblit v1.8.0