Skip to content

Commit

Permalink
Fix quotation mark handling in entrypoint command.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruedigergad committed Dec 31, 2023
1 parent f7063e6 commit 7063006
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 @@ -63,5 +63,5 @@ COMMAND="${COMMAND} -u \"${URLS}\""

echo "Executing command:"
echo ${COMMAND}
${COMMAND}
sh -c "${COMMAND}"

0 comments on commit 7063006

Please sign in to comment.