diff --git a/entrypoint.sh b/entrypoint.sh index 51d91959..7b68e340 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -20,7 +20,7 @@ execute_commands() { CHUNKS+=("$CHUNK") done - "${CHUNKS[@]}" + eval "${CHUNKS[@]}" CHUNKS=() done <<< "$COMMANDS"