Chmod 755 functest/ci/download_images.sh 93/35493/2
authorCédric Ollivier <cedric.ollivier@orange.com>
Mon, 29 May 2017 15:33:12 +0000 (17:33 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Mon, 29 May 2017 15:41:23 +0000 (17:41 +0200)
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 <cedric.ollivier@orange.com>
functest/ci/download_images.sh [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)