From: Timoney, Dan (dt5972) Date: Thu, 26 Apr 2018 19:58:05 +0000 (-0400) Subject: Fix shell permissions X-Git-Tag: v1.3.1~2^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F67%2F44967%2F1;p=sdnc%2Foam.git Fix shell permissions Set execute permission on shell script Change-Id: I5b2d94067f8a77fbfb1d2310368f1b1d78a2b834 Issue-ID: SDNC-288 Signed-off-by: Timoney, Dan (dt5972) Former-commit-id: d83d0cdc37715ce9547b8896cc31915f1c5c6da5 --- diff --git a/installation/ansible-server/pom.xml b/installation/ansible-server/pom.xml index 76ee8aa9..6078a2c4 100644 --- a/installation/ansible-server/pom.xml +++ b/installation/ansible-server/pom.xml @@ -129,7 +129,7 @@ 1.5.0 - change shell permissions + change python permissions process-sources exec @@ -148,6 +148,26 @@ + + change shell permissions + process-sources + + exec + + + /usr/bin/find + + ${basedir}/target/docker-stage/opt/onap/sdnc + -name + *.sh + -exec + chmod + +x + {} + ; + + +