mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-19 17:56:19 +03:00
secret password; more timeout
This commit is contained in:
parent
fe3b9d085f
commit
a688d10bca
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ else:
|
|||
# Generate missing keys and start synapse
|
||||
subprocess.check_output(args + ["--generate-keys"])
|
||||
|
||||
os.system("(sleep 5; /usr/local/bin/register_new_matrix_user -u matthew -p isildur -c /compiled/homeserver.yaml -a) &");
|
||||
os.system("(sleep 10; /usr/local/bin/register_new_matrix_user -u matthew -p secret -c /compiled/homeserver.yaml -a) &");
|
||||
|
||||
os.execv("/usr/local/bin/python", args)
|
||||
|
||||
|
|
Loading…
Reference in a new issue