Skip to content

Commit 32ee916

Browse files
committed
provide arguments to the runEntrypoints function
1 parent 4ea729e commit 32ee916

File tree

1 file changed

+1
-1
lines changed
  • provisioning/base/general/bin/entrypoint.d

1 file changed

+1
-1
lines changed

provisioning/base/general/bin/entrypoint.d/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ function teardownEntrypoint()
4040
includeScriptDir /opt/docker/provision/entrypoint.d/teardown
4141
}
4242
trap 'teardownEntrypoint' SIGTERM
43-
runEntrypoints &
43+
runEntrypoints "$@" &
4444
wait $!
4545
teardownEntrypoint

0 commit comments

Comments
 (0)