Element Synapse sed fix (#1994)

This commit is contained in:
Slaviša Arežina 2025-02-03 20:33:30 +01:00 committed by GitHub
parent 0e0539af3f
commit a97d76f428
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,6 +31,7 @@ echo "matrix-synapse-py3 matrix-synapse/server-name string matrix" | debconf-set
echo "matrix-synapse-py3 matrix-synapse/report-stats boolean false" | debconf-set-selections
$STD apt-get install matrix-synapse-py3 -y
sed -i 's/127.0.0.1/0.0.0.0/g' /etc/matrix-synapse/homeserver.yaml
sed -i 's/'\''::1'\'', //g' /etc/matrix-synapse/homeserver.yaml
systemctl enable -q --now matrix-synapse
msg_ok "Installed Element Synapse"