mirror of
https://github.com/owntracks/docker-recorder.git
synced 2026-02-13 20:49:51 +00:00
8 lines
120 B
Bash
8 lines
120 B
Bash
#!/bin/sh
|
|
|
|
if ! [ -f ${OTR_STORAGEDIR}/ghash/data.mdb ]; then
|
|
ot-recorder --initialize
|
|
fi
|
|
|
|
ot-recorder ${OTR_TOPIC}
|