From 84489b7d2b12fad609d627ade1052880afc7c589 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Fri, 17 Jun 2022 11:15:40 +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: I3865a4122546a7dc79f46349e30bbad23bbb4247 Signed-off-by: liamfallon --- csit/distribution/plans/setup.sh | 0 csit/distribution/plans/teardown.sh | 0 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 csit/distribution/plans/setup.sh mode change 100644 => 100755 csit/distribution/plans/teardown.sh (limited to 'csit/distribution/plans') diff --git a/csit/distribution/plans/setup.sh b/csit/distribution/plans/setup.sh old mode 100644 new mode 100755 diff --git a/csit/distribution/plans/teardown.sh b/csit/distribution/plans/teardown.sh old mode 100644 new mode 100755 -- cgit 1.2.3-korg