mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-11-10 12:47:39 +01:00
Fix sed formatting
This commit is contained in:
parent
000b482d18
commit
866d6fc1c9
@ -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"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user