Open
Description
I followed your instructions and synapse generated a secret which would not work well with sed
in the makefile.
Namely, I got a synapse_macaroon_secret_key
like abc&def
. Seems like sed does not like the &
in there.
Unfortunately I do not know enough about sed to fix this.
Anyways, I could still run everything by simply generating new secrets which did not contain any &
.
Thanks for the great project!