fix: replace -f with -r in registration generation command, was a typo
All checks were successful
the build was successful

This commit is contained in:
Jan Christian Gruenhage 2018-04-16 23:00:55 +01:00
parent 4364a25bc0
commit be50862189

View file

@ -28,7 +28,7 @@ if [[ ! -f /data/config.yaml ]]; then
fi
if [[ ! -f /data/registration.yaml ]]; then
python -m mautrix_telegram -g -c /data/config.yaml -f /data/registration.yaml
python -m mautrix_telegram -g -c /data/config.yaml -r /data/registration.yaml
echo "Didn't find a registration file."
echo "Generated ode for you."
echo "Copy that over to synapses app service directory."