Browse Source

08wms-ztf-config-center-test.sh

master
lizw 3 years ago
parent
commit
741525dfd0
  1. 2
      hua_wei_yun/08wms-ztf-config-center-test.sh

2
hua_wei_yun/08wms-ztf-config-center-test.sh

@ -209,7 +209,7 @@ startPcUi() {
echo -e "$echoPrefix cd $codePath/wms-modules/wms-ui-config-center $echoSuffix" echo -e "$echoPrefix cd $codePath/wms-modules/wms-ui-config-center $echoSuffix"
cd "$codePath/wms-modules/wms-ui-config-center" cd "$codePath/wms-modules/wms-ui-config-center"
echo -e "$echoPrefix nohup yarn run dev3 >>/dev/null 2>&1 & $echoSuffix" echo -e "$echoPrefix nohup yarn run dev3 >>/dev/null 2>&1 & $echoSuffix"
nohup yarn run dev >>/dev/null 2>&1 & nohup yarn run dev3 >>/dev/null 2>&1 &
} }
pid=`ps -ef | grep "DappName=${serverName}" | grep -v 'grep' | awk '{print $2}'` pid=`ps -ef | grep "DappName=${serverName}" | grep -v 'grep' | awk '{print $2}'`

Loading…
Cancel
Save