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

Don't use matrix firewall

parent 486dd18f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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