From: Cédric Ollivier Date: Mon, 29 May 2017 15:33:12 +0000 (+0200) Subject: Chmod 755 functest/ci/download_images.sh X-Git-Tag: opnfv-5.0.RC1~349^2~1 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F93%2F35493%2F2;p=functest.git Chmod 755 functest/ci/download_images.sh It's designed to be called via Jenkins and was fixed by the next rule: $ find ${FUNCTEST_REPO_DIR} -name "*.sh" \ |xargs grep \#\! |cut -d\: -f 1 |xargs chmod -c 755 Change-Id: I186aa9c3227dbac4e80f9a463632efdb2512020e Signed-off-by: Cédric Ollivier --- diff --git a/functest/ci/download_images.sh b/functest/ci/download_images.sh old mode 100644 new mode 100755