From 47961b20114f6c587dad19399e91788d01a74266 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Fri, 17 Jun 2022 10:56:00 +0100 Subject: Make CSIT scripts locally executable The CSIT scripts do not have their executable flags set, this change makes the scripts locally executable. Issue-ID: POLICY-4233 Change-Id: I6ce1f2abc3b3b3a1fa71c393a8f3e26a2fa85144 Signed-off-by: liamfallon --- csit/clamp/plans/setup.sh | 0 csit/clamp/plans/teardown.sh | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 csit/clamp/plans/setup.sh mode change 100644 => 100755 csit/clamp/plans/teardown.sh (limited to 'csit/clamp/plans') diff --git a/csit/clamp/plans/setup.sh b/csit/clamp/plans/setup.sh old mode 100644 new mode 100755 diff --git a/csit/clamp/plans/teardown.sh b/csit/clamp/plans/teardown.sh old mode 100644 new mode 100755 -- cgit 1.2.3-korg