From 3405156c4ba38c92f613193dbcda5286559ffbc3 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Tue, 27 Nov 2018 00:57:12 +0000 Subject: use right script --- docker/start.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit 1.5.1