Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
eval the input command
  • Loading branch information
Brady Joslin authored and GitHub committed 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
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.