Explorar el Código

Unambiguous database

Bob Mottram hace 8 años
padre
commit
f9ae15fe97
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/freedombone-app-matrix

+ 1
- 1
src/freedombone-app-matrix Ver fichero

@@ -178,7 +178,7 @@ function matrix_configure_homeserver_yaml {
178 178
         sed -i 's|no_tls: .*|no_tls: True|g' "${filepath}"
179 179
     fi
180 180
     sed -i 's|enable_registration_captcha.*|enable_registration_captcha: False|g' "${filepath}"
181
-    sed -i "s|database:.*|database: \"${MATRIX_DATA_DIR}/homeserver.db\"|g" "${filepath}"
181
+    sed -i "s|database: \".*|database: \"${MATRIX_DATA_DIR}/homeserver.db\"|g" "${filepath}"
182 182
     sed -i "s|media_store_path:.*|media_store_path: \"${MATRIX_DATA_DIR}/media_store\"|g" "${filepath}"
183 183
     sed -i "s|pid_file:.*|pid_file: \"${MATRIX_DATA_DIR}/homeserver.pid\"|g" "${filepath}"
184 184
 }