From: Cédric Ollivier Date: Tue, 12 Jul 2016 09:19:56 +0000 (+0200) Subject: Chmod 755 all sh files which can be executed X-Git-Tag: colorado.1.0~257 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=17487061550ff71791f28a83cea0aa41a8c10bc7;p=functest.git Chmod 755 all sh files which can be executed All files where shebang is defined can now be executed by everyone. It results from [1]. [1] find . -name "*.sh" |xargs grep \#\! |cut -d\: -f 1 |xargs chmod 755 Change-Id: I8bf1f52e55532d5e82f8188121028e9dd5074294 Signed-off-by: Cédric Ollivier --- diff --git a/docker/config_install_env.sh b/docker/config_install_env.sh old mode 100644 new mode 100755 diff --git a/testcases/Controllers/ODL/start_tests.sh b/testcases/Controllers/ODL/start_tests.sh old mode 100644 new mode 100755 diff --git a/testcases/OpenStack/rally/scenario/support/instance_dd_test.sh b/testcases/OpenStack/rally/scenario/support/instance_dd_test.sh old mode 100644 new mode 100755 diff --git a/testcases/OpenStack/vPing/ping.sh b/testcases/OpenStack/vPing/ping.sh old mode 100644 new mode 100755