Chmod 755 functest/ci/download_images.sh
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)
commitbec2511a842a37429b8343dc5f83b11d96dd47b8
tree1862f3de2e7abe45f0fae6bdea7b9f07c22cf197
parent5a2ef4d0368a0827c2bfa873f13301038048f645
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 <cedric.ollivier@orange.com>
functest/ci/download_images.sh [changed mode: 0644->0755]