mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-07-09 17:28:31 +00:00
Fix heredoc syntax in elementsynapse-install.sh (#15594)
This commit is contained in:
parent
d29eec9494
commit
cc5976baa6
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ ADMIN_PASS="$(openssl rand -base64 18 | cut -c1-13)"
|
|||
echo "enable_registration_without_verification: true" >>/etc/matrix-synapse/homeserver.yaml
|
||||
echo "registration_shared_secret: ${SECRET}" >>/etc/matrix-synapse/homeserver.yaml
|
||||
|
||||
cat <<EOF >/etc/matrix-synapse/homeserver.yaml
|
||||
cat <<EOF >>/etc/matrix-synapse/homeserver.yaml
|
||||
|
||||
# MatrixRTC / Element Call configuration
|
||||
experimental_features:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue