Don't use matrix firewall
This commit is contained in:
parent
486dd18fdb
commit
7d143bce4d
|
@ -485,7 +485,7 @@ function restore_remote_matrix {
|
|||
}
|
||||
|
||||
function remove_matrix {
|
||||
firewall_remove ${MATRIX_HTTP_PORT}
|
||||
#firewall_remove ${MATRIX_HTTP_PORT}
|
||||
|
||||
systemctl stop matrix
|
||||
if [ -f /etc/systemd/system/sydent.service ]; then
|
||||
|
@ -692,7 +692,7 @@ function install_home_server {
|
|||
fi
|
||||
fi
|
||||
|
||||
firewall_add matrix ${MATRIX_HTTP_PORT}
|
||||
#firewall_add matrix ${MATRIX_HTTP_PORT}
|
||||
|
||||
rm -rf ${MATRIX_DATA_DIR}/Maildir
|
||||
rm -rf ${MATRIX_DATA_DIR}/.mutt
|
||||
|
|
Loading…
Reference in New Issue