fix the registration generation args
This commit is contained in:
parent
463219cfa9
commit
f4b6109204
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ in
|
||||||
umask $old_umask
|
umask $old_umask
|
||||||
|
|
||||||
[ -f ${registrationFile} ] && rm -f ${registrationFile}
|
[ -f ${registrationFile} ] && rm -f ${registrationFile}
|
||||||
${mautrix-whatsapp}/bin/mautrix-whatsapp --generate-registration --base-config ${mautrix-whatsapp.src}/example-config.yaml --config ${settingsFile} --registration ${registrationFile}
|
${mautrix-whatsapp}/bin/mautrix-whatsapp --generate-registration --config ${settingsFile} --registration ${registrationFile}
|
||||||
|
|
||||||
# Extract the tokens from the registration
|
# Extract the tokens from the registration
|
||||||
export AS_TOKEN=$(${pkgs.yq}/bin/yq -r '.as_token' ${registrationFile})
|
export AS_TOKEN=$(${pkgs.yq}/bin/yq -r '.as_token' ${registrationFile})
|
||||||
|
|
Loading…
Reference in a new issue