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

Double brackets

parent ac496b3f
No related branches found
No related tags found
No related merge requests found
......@@ -325,7 +325,7 @@ function install_matrix {
function_check matrix_generate
matrix_generate
if [ -z ${MATRIX_DATA_DIR}/homeserver.yaml ]; then
if [[ -z ${MATRIX_DATA_DIR}/homeserver.yaml ]]; then
echo $'homeserver.yaml is zero size'
exit 783724
fi
......
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