From 32af1ea2bceffd3636c987ede8bda45ad2debe71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Fern=C3=A1ndez?= Date: Thu, 1 Jun 2023 04:03:54 +0200 Subject: [PATCH] Fix scripts folder permissions (#572) Ran chmod +x *.sh in the scripts directory to ensure all the files had relevant permissions. Only build.sh had faulty permissions --- scripts/build.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 scripts/build.sh diff --git a/scripts/build.sh b/scripts/build.sh old mode 100644 new mode 100755