From 3201dfacd66dccd3848d48869345410d57fcb193 Mon Sep 17 00:00:00 2001 From: Maxim Baz Date: Thu, 1 Aug 2024 01:13:28 +0200 Subject: [PATCH] Allow passing CLI args to recorder --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 294aaae..e949742 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -4,4 +4,4 @@ if ! [ -f ${OTR_STORAGEDIR}/ghash/data.mdb ]; then ot-recorder --initialize fi -ot-recorder ${OTR_TOPIC} +ot-recorder ${OTR_TOPIC} "$@"