wecisecode 6 天之前
父節點
當前提交
1d542ba7eb
共有 1 個文件被更改,包括 6 次插入1 次删除
  1. 6 1
      odbctest/mql/syncto.sh

+ 6 - 1
odbctest/mql/syncto.sh

@@ -4,7 +4,7 @@ if [[ "$0" =~ / ]]; then cd "${0%/*}"; fi
 
 args="$* "
 if [[ "$args" = " " ]]; then
-    echo="usage: ./syncto.sh 47 128 221 "
+    echo="usage: ./syncto.sh 47 128 221 222"
     exit 0
 fi
 echo "args='$args'"
@@ -23,6 +23,11 @@ user221=root
 pass221=VWluby5jb21eNzg5KQ
 wcmd221="su - matrix"
 
+host222=10.100.30.222
+user222=root
+pass222=VWluby5jb21eNzg5KQ
+wcmd222="su - matrix"
+
 mqlpath=`go env GOPATH | awk -F ':' '{print $1}'`/bin/matrix/mql
 cd ${mqlpath}