Browse Source

wms8 服务部署

lizw 3 years ago
parent
commit
dcfb9b284e
1 changed files with 4 additions and 4 deletions
  1. 4 4
      wms8/build.sh

+ 4 - 4
wms8/build.sh

@@ -24,10 +24,10 @@ positionArr=(
 )
 # 是否需要构建,-1:自动;0:不需要;1:需要
 needBuild=(
-"-1"
-"-1"
-"-1"
-"-1"
+"1"
+"1"
+"1"
+"1"
 )
 
 echoPrefix="\033[36m+"