Skip to content

Commit

Permalink
Use python3 to run synapse
Browse files Browse the repository at this point in the history
  • Loading branch information
jistr committed Jul 11, 2019
1 parent 700a9fa commit f7d3a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/usr/local/bin/container_synapse
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

python2 -m synapse.app.homeserver -c /var/lib/synapse/config/server.yml
python3 -m synapse.app.homeserver -c /var/lib/synapse/config/server.yml

0 comments on commit f7d3a04

Please sign in to comment.