Bob Mottram 7 anni fa
parent
commit
b221f8cfa3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      src/freedombone-app-pleroma

+ 1
- 1
src/freedombone-app-pleroma Vedi File

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