From b40c04052c9a04f77bd67227dfad6c42d0a53c39 Mon Sep 17 00:00:00 2001 From: Jacob Woffenden Date: Tue, 20 Feb 2024 12:31:34 +0000 Subject: [PATCH] Update file permissions for build and test scripts Signed-off-by: Jacob Woffenden --- scripts/build-and-test.sh | 0 src/usr/local/bin/entrypoint.sh | 0 src/usr/local/bin/healthcheck.sh | 0 3 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 scripts/build-and-test.sh mode change 100644 => 100755 src/usr/local/bin/entrypoint.sh mode change 100644 => 100755 src/usr/local/bin/healthcheck.sh diff --git a/scripts/build-and-test.sh b/scripts/build-and-test.sh old mode 100644 new mode 100755 diff --git a/src/usr/local/bin/entrypoint.sh b/src/usr/local/bin/entrypoint.sh old mode 100644 new mode 100755 diff --git a/src/usr/local/bin/healthcheck.sh b/src/usr/local/bin/healthcheck.sh old mode 100644 new mode 100755