From bec2511a842a37429b8343dc5f83b11d96dd47b8 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 29 May 2017 17:33:12 +0200 Subject: Chmod 755 functest/ci/download_images.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- functest/ci/download_images.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 functest/ci/download_images.sh diff --git a/functest/ci/download_images.sh b/functest/ci/download_images.sh old mode 100644 new mode 100755 -- cgit 1.2.3-korg