Files
docker-recorder/entrypoint.sh
2022-05-16 10:05:35 +02:00

8 lines
120 B
Bash

#!/bin/sh
if ! [ -f ${OTR_STORAGEDIR}/ghash/data.mdb ]; then
ot-recorder --initialize
fi
ot-recorder ${OTR_TOPIC}