From ec11513a01ee50f0fd503a4027f1ce6755a2aea4 Mon Sep 17 00:00:00 2001 From: sasha-astiadi Date: Thu, 14 Aug 2025 15:34:44 +0200 Subject: [PATCH] add chmod --- build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.sh b/build.sh index 082a67e..e6596f1 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,10 @@ #!/bin/bash cd "$(dirname "$0")" +# Ensure all shell scripts are executable +chmod +x *.sh + + PREFIX="veda" echo "building for folder: /$PREFIX/"