From 212d5a512566930af60bbb813b7672d8b5cc7a2b Mon Sep 17 00:00:00 2001 From: Brady Joslin Date: Thu, 13 Aug 2020 00:12:47 -0500 Subject: [PATCH] eval the input command --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 51d9195..7b68e34 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -20,7 +20,7 @@ execute_commands() { CHUNKS+=("$CHUNK") done - "${CHUNKS[@]}" + eval "${CHUNKS[@]}" CHUNKS=() done <<< "$COMMANDS"