mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-04 20:38:11 +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"
|
cd "$CONFIG_DIRECTORY/scripts"
|
||||||
|
|
||||||
|
find "$PWD" -type f -exec chmod +x {} \;
|
||||||
|
|
||||||
for CMD in "${RUN[@]}"; do
|
for CMD in "${RUN[@]}"; do
|
||||||
echo "Running command: $CMD"
|
echo "Running command: $CMD"
|
||||||
ls
|
|
||||||
eval "$CMD"
|
eval "$CMD"
|
||||||
done
|
done
|
||||||
Reference in New Issue
Block a user