Skip to content

Commit

Permalink
eval the input command
Browse files Browse the repository at this point in the history
  • Loading branch information
bradyjoslin authored Aug 13, 2020
1 parent bc7b760 commit 212d5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ execute_commands() {
CHUNKS+=("$CHUNK")
done

"${CHUNKS[@]}"
eval "${CHUNKS[@]}"

CHUNKS=()
done <<< "$COMMANDS"
Expand Down

0 comments on commit 212d5a5

Please sign in to comment.