add chmod

This commit is contained in:
sasha-astiadi 2025-08-14 15:34:44 +02:00
parent 40c92495a7
commit ec11513a01

View File

@ -1,6 +1,10 @@
#!/bin/bash #!/bin/bash
cd "$(dirname "$0")" cd "$(dirname "$0")"
# Ensure all shell scripts are executable
chmod +x *.sh
PREFIX="veda" PREFIX="veda"
echo "building for folder: /$PREFIX/" echo "building for folder: /$PREFIX/"