Double brackets

This commit is contained in:
Bob Mottram 2016-12-30 18:44:44 +00:00
parent ac496b3fe3
commit b8bfd084d8
1 changed files with 1 additions and 1 deletions

View File

@ -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