Fix sed formatting

master
bertiebaggio 2020-07-13 15:12:17 +01:00
parent 000b482d18
commit 866d6fc1c9
1 changed files with 1 additions and 1 deletions

View File

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