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/api/plans/setup.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 csit/api/plans/setup.sh (limited to 'csit/api/plans') diff --git a/csit/api/plans/setup.sh b/csit/api/plans/setup.sh old mode 100644 new mode 100755 -- cgit 1.2.3-korg