Explorar el Código

wms8 服务部署

lizw hace 3 años
padre
commit
c3bbb710a4
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  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+"