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

Read matrix domain parameters

parent c44180aa
No related branches found
No related tags found
No related merge requests found
......@@ -321,6 +321,11 @@ function install_interactive_matrix {
else
function_check interactive_site_details
interactive_site_details "matrix" "MATRIX_DOMAIN_NAME" "MATRIX_CODE"
if [ ! $MATRIX_DOMAIN_NAME ]; then
return
fi
read_config_param "MATRIX_DOMAIN_NAME"
read_config_param "MATRIX_CODE"
fi
APP_INSTALLED=1
}
......
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