From 8b1409608fe4728f2f6c9afbcd5cfc50f5d1f576 Mon Sep 17 00:00:00 2001 From: Toon Schoenmakers Date: Wed, 6 Mar 2019 14:32:58 +0100 Subject: [PATCH] Update entrypoint to allow passing arguments to ot-recorder --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 8e41e15..68ccc87 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -6,4 +6,4 @@ if [ ! -f /config/recorder.conf ]; then fi ot-recorder --initialize -ot-recorder +ot-recorder "$@"