aboutsummaryrefslogtreecommitdiffstats
path: root/cdt/src/main/scripts/installZips.sh
diff options
context:
space:
mode:
Diffstat (limited to 'cdt/src/main/scripts/installZips.sh')
-rw-r--r--cdt/src/main/scripts/installZips.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/cdt/src/main/scripts/installZips.sh b/cdt/src/main/scripts/installZips.sh
index 748241e..a1b6cc4 100644
--- a/cdt/src/main/scripts/installZips.sh
+++ b/cdt/src/main/scripts/installZips.sh
@@ -54,6 +54,7 @@ echo "Downloading cdt code from nexus"
mvn -U ${mavenOpts} org.apache.maven.plugins:maven-dependency-plugin:2.9:copy -Dartifact=org.onap.appc.cdt:config-design-tool:${APPC_VERSION}:zip -DoutputDirectory=/tmp
unzip -d ${targetDir}/config-design-tool /tmp/config-design-tool*.zip
+find ${targetDir} -name '*.sh' -exec chmod +x '{}' \;
cd $cwd