Merge pull request #29 from schoentoon/patch-1

Update entrypoint to allow passing arguments to ot-recorder
This commit is contained in:
JP Mens
2019-03-06 14:48:37 +01:00
committed by GitHub
+1 -1
View File
@@ -6,4 +6,4 @@ if [ ! -f /config/recorder.conf ]; then
fi
ot-recorder --initialize
ot-recorder
ot-recorder "$@"