Parcourir la source

Fix sed formatting

pull/580/head
bertiebaggio il y a 5 ans
Parent
révision
866d6fc1c9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      docs/importing-postgres.md

+ 1
- 1
docs/importing-postgres.md Voir le fichier

@@ -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`: 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" $ sed -i "s/synapse_user/synapse/g" homeserver.sql"
``` ```




Chargement…
Annuler
Enregistrer