summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthew Hodgson <matthew@matrix.org>2018-11-27 00:57:12 +0000
committerBrendan Abolivier <babolivier@matrix.org>2019-02-13 15:16:03 +0000
commit3405156c4ba38c92f613193dbcda5286559ffbc3 (patch)
treedab895440b2354feac1bb7cd7cf43c2e08cc207f
parentswitch to registering users via add_users.sh (diff)
downloadsynapse-3405156c4ba38c92f613193dbcda5286559ffbc3.tar.xz
use right script
-rwxr-xr-xdocker/start.py2
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)