diff options
author | Matthew Hodgson <matthew@matrix.org> | 2018-11-27 00:57:12 +0000 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2019-02-13 15:16:03 +0000 |
commit | 3405156c4ba38c92f613193dbcda5286559ffbc3 (patch) | |
tree | dab895440b2354feac1bb7cd7cf43c2e08cc207f | |
parent | switch to registering users via add_users.sh (diff) | |
download | synapse-3405156c4ba38c92f613193dbcda5286559ffbc3.tar.xz |
use right script
-rwxr-xr-x | docker/start.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/start.py b/docker/start.py index 268dd36e9a..d9b9e531f7 100755 --- a/docker/start.py +++ b/docker/start.py @@ -70,7 +70,7 @@ else: # Generate missing keys and start synapse subprocess.check_output(args + ["--generate-keys"]) - # we register our test users in start_hs.sh now to avoid having to wait for HS launch + # we register our test users in add_accounts.sh now to avoid having to wait for HS launch #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) |