From 75aa34ae6facef105c01632f381235a82acbc192 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Thu, 14 Aug 2025 15:33:24 +0200 Subject: [PATCH] add chmod +x *.sh --- build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.sh b/build.sh index 13242ac..1e6d946 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,9 @@ #!/bin/bash cd "$(dirname "$0")" +# Ensure all shell scripts are executable +chmod +x *.sh + PREFIX="threefold" echo "building for folder: /$PREFIX/"