Allow passing CLI args to recorder

This commit is contained in:
Maxim Baz
2024-08-01 01:13:28 +02:00
committed by GitHub
parent 130e5bec00
commit 3201dfacd6
+1 -1
View File
@@ -4,4 +4,4 @@ if ! [ -f ${OTR_STORAGEDIR}/ghash/data.mdb ]; then
ot-recorder --initialize
fi
ot-recorder ${OTR_TOPIC}
ot-recorder ${OTR_TOPIC} "$@"