Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
overmind
/
matrix-docker-ansible-deploy
réplica de
https://github.com/spantaleev/matrix-docker-ansible-deploy
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Fix sed formatting
pull/580/head
bertiebaggio
hace 6 años
padre
000b482d18
commit
866d6fc1c9
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
docs/importing-postgres.md
+ 1
- 1
docs/importing-postgres.md
Ver fichero
@@ -54,7 +54,7 @@ ALTER TABLE public.application_services_state OWNER TO synapse_user;
It can be worked around by changing the username to `synapse`, for example by using `sed`:
```
sed
```
Shell
$ sed -i "s/synapse_user/synapse/g" homeserver.sql"
```
Escribir
Vista previa
Cargando…
Cancelar
Guardar