No source

This commit is contained in:
Bob Mottram 2016-12-30 23:32:15 +00:00
parent f50846d0d3
commit a788b7e901
1 changed files with 0 additions and 3 deletions

View File

@ -249,9 +249,6 @@ function add_user_matrix {
read_config_param 'MATRIX_SECRET'
matrix_nginx
if [ -f /var/lib/matrix/.synapse/bin/activate ]; then
source /var/lib/matrix/.synapse/bin/activate
fi
register_new_matrix_user -c ${MATRIX_DATA_DIR}/homeserver.yaml -u "${new_username}" -p "${new_user_password}" -a
echo "0"
}