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

Add user after config

parent e478d0d0
No related branches found
No related tags found
No related merge requests found
......@@ -317,9 +317,6 @@ function install_matrix {
exit 782542
fi
groupadd matrix
useradd -c "Matrix system account" -d /var/lib/matrix -m -r -g matrix matrix
function_check install_turn
install_turn
MATRIX_SECRET="${turnkey}"
......@@ -332,6 +329,9 @@ function install_matrix {
exit 783724
fi
groupadd matrix
useradd -c "Matrix system account" -d /var/lib/matrix -m -r -g matrix matrix
chown -R matrix:matrix /etc/matrix
chown -R matrix:matrix /var/lib/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