chore: investigate "no such file or directory"

This commit is contained in:
ER
2023-08-13 18:15:54 +03:00
parent 14d78ee2a7
commit c4b274bb77

View File

@@ -7,6 +7,8 @@ get_yaml_array RUN '.run[]' "$1"
cd "$CONFIG_DIRECTORY/scripts" cd "$CONFIG_DIRECTORY/scripts"
pwd
for CMD in "${RUN[@]}"; do for CMD in "${RUN[@]}"; do
echo "Running command: $CMD" echo "Running command: $CMD"
$CMD $CMD