Remove spurious entry

This commit is contained in:
Bob Mottram 2017-05-04 12:48:26 +01:00
parent a849abc185
commit 0530ff8a73
1 changed files with 1 additions and 0 deletions

View File

@ -683,6 +683,7 @@ function install_home_server {
# Disable the web client
sed -i 's|web_client:.*|web_client: False|g' $MATRIX_DATA_DIR/homeserver.yaml
sed -i 's|, webclient||g' $MATRIX_DATA_DIR/homeserver.yaml
sed -i "/- '0.0.0.0'/d" $MATRIX_DATA_DIR/homeserver.yaml
chmod -R 700 $MATRIX_DATA_DIR/homeserver.yaml
chown -R matrix:matrix /etc/matrix