You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-09-16 09:16:45 +02:00
fix ot-recorder
This commit is contained in:
@@ -5,10 +5,9 @@ set -xe
|
||||
if ! [ -d $OTR_STORAGEDIR/last ]
|
||||
then
|
||||
echo "initializing ..."
|
||||
ot-recorder --initialize
|
||||
mkdir -p $OTR_STORAGEDIR/last
|
||||
chown -R owntracks:owntracks $OTR_STORAGEDIR
|
||||
ot-recorder --initialize
|
||||
fi
|
||||
|
||||
chown -R owntracks:owntracks $OTR_STORAGEDIR
|
||||
|
||||
exec ot-recorder --http-host 0.0.0.0 $OTR_TOPICS
|
||||
|
@@ -5,10 +5,9 @@ set -xe
|
||||
if ! [ -d $OTR_STORAGEDIR/last ]
|
||||
then
|
||||
echo "initializing ..."
|
||||
ot-recorder --initialize
|
||||
mkdir -p $OTR_STORAGEDIR/last
|
||||
chown -R owntracks:owntracks $OTR_STORAGEDIR
|
||||
ot-recorder --initialize
|
||||
fi
|
||||
|
||||
chown -R owntracks:owntracks $OTR_STORAGEDIR
|
||||
|
||||
exec ot-recorder --http-host 0.0.0.0 $OTR_TOPICS
|
||||
|
Reference in New Issue
Block a user