소스 검색

Backslash

Bob Mottram 7 년 전
부모
커밋
b221f8cfa3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/freedombone-app-pleroma

+ 1
- 1
src/freedombone-app-pleroma 파일 보기

@@ -1213,7 +1213,7 @@ function install_pleroma {
1213 1213
 
1214 1214
     # We need to set up the url option again because it somehow gets
1215 1215
     # lost during mix compile
1216
-    if ! grep -q 'watchers: [],' $pleroma_secret; then
1216
+    if ! grep -q 'watchers: \[],' $pleroma_secret; then
1217 1217
         sed -i 's|watchers: \[\]|watchers: \[\],|g' $pleroma_secret
1218 1218
     fi
1219 1219
     if ! grep -q 'url:' $pleroma_secret; then