From e84250cc5874fdf309fc21e22311bc7501f2621c Mon Sep 17 00:00:00 2001 From: liamfallon Date: Fri, 17 Jun 2022 11:11:55 +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: Ia274481751076027c4224e791c3a35785b9d78a9 Signed-off-by: liamfallon --- csit/config/db-pg/db-pg.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 csit/config/db-pg/db-pg.sh (limited to 'csit/config') diff --git a/csit/config/db-pg/db-pg.sh b/csit/config/db-pg/db-pg.sh old mode 100644 new mode 100755 -- cgit 1.2.3-korg