|
@@ -193,8 +193,8 @@ logs() {
|
|
|
}
|
|
|
|
|
|
deployYvanUI() {
|
|
|
- bash <(curl -s http://git.yvanui.com/lizhiwei/jztd-deploy/raw/master/00base/01yvan-ext.sh) pull
|
|
|
- bash <(curl -s http://git.yvanui.com/lizhiwei/jztd-deploy/raw/master/00base/02yvan-ext-mobile.sh) pull
|
|
|
+ bash <(curl -s http://git.yvanui.com/arch/jztd-deploy/raw/master/00base/01yvan-ext.sh) pull
|
|
|
+ bash <(curl -s http://git.yvanui.com/arch/jztd-deploy/raw/master/00base/02yvan-ext-mobile.sh) pull
|
|
|
}
|
|
|
|
|
|
pid=`ps -ef | grep "DappName=${serverName}" | grep -v 'grep' | awk '{print $2}'`
|
|
@@ -231,4 +231,4 @@ else
|
|
|
fi
|
|
|
fi
|
|
|
|
|
|
-# bash <(curl -s http://git.yvanui.com/lizhiwei/jztd-deploy/raw/master/08luolai/08wms83-test.sh) [cmd profiles]
|
|
|
+# bash <(curl -s http://git.yvanui.com/arch/jztd-deploy/raw/master/08luolai/08wms83-test.sh) [cmd profiles]
|