Skip to content
Snippets Groups Projects
Commit 5fee9464 authored by Bob Mottram's avatar Bob Mottram
Browse files

Remove matrix web client

parent 7d143bce
No related branches found
No related tags found
No related merge requests found
......@@ -648,6 +648,7 @@ function install_home_server {
if ! grep "#- webclient" $MATRIX_DATA_DIR/homeserver.yaml; then
sed -i 's|- webclient.*|#- webclient|g' $MATRIX_DATA_DIR/homeserver.yaml
fi
sed -i 's|names: [client, webclient]|names: [client]|g' $MATRIX_DATA_DIR/homeserver.yaml
chmod -R 700 $MATRIX_DATA_DIR/homeserver.yaml
chown -R matrix:matrix /etc/matrix
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment