소스 검색

Fix sed formatting

pull/580/head
bertiebaggio 6 년 전
부모
커밋
866d6fc1c9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      docs/importing-postgres.md

+ 1
- 1
docs/importing-postgres.md 파일 보기

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



불러오는 중...
취소
저장