Browse Source

Double brackets

Bob Mottram 8 years ago
parent
commit
b8bfd084d8
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/freedombone-app-matrix

+ 1
- 1
src/freedombone-app-matrix View File

@@ -325,7 +325,7 @@ function install_matrix {
325 325
     function_check matrix_generate
326 326
     matrix_generate
327 327
 
328
-    if [ -z ${MATRIX_DATA_DIR}/homeserver.yaml ]; then
328
+    if [[ -z ${MATRIX_DATA_DIR}/homeserver.yaml ]]; then
329 329
         echo $'homeserver.yaml is zero size'
330 330
         exit 783724
331 331
     fi