lith hace 1 año
padre
commit
fa42d542af
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      Publish/DevOps2/release-bash/71.file-zip.sh

+ 3 - 3
Publish/DevOps2/release-bash/71.file-zip.sh

@@ -16,9 +16,9 @@ export APPNAME=xxxxxx
 #----------------------------------------------
 echo "71.file-zip.sh"
 
-if [ ! -d "$basePath/Publish/release" ] then
-    echo '71.file-zip.sh -> skip for no files exist'
-    exit 0
+if [ ! -d "$basePath/Publish/release" ]; then
+	echo '71.file-zip.sh -> skip for no files exist'
+	exit 0
 fi