mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-04 12:28:04 +00:00
fix: give executable permission to scripts
This commit is contained in:
@@ -7,8 +7,9 @@ get_yaml_array RUN '.run[]' "$1"
|
||||
|
||||
cd "$CONFIG_DIRECTORY/scripts"
|
||||
|
||||
find "$PWD" -type f -exec chmod +x {} \;
|
||||
|
||||
for CMD in "${RUN[@]}"; do
|
||||
echo "Running command: $CMD"
|
||||
ls
|
||||
eval "$CMD"
|
||||
done
|
||||
Reference in New Issue
Block a user