Backslash
This commit is contained in:
parent
9d29832a6e
commit
b221f8cfa3
|
@ -1213,7 +1213,7 @@ function install_pleroma {
|
|||
|
||||
# We need to set up the url option again because it somehow gets
|
||||
# lost during mix compile
|
||||
if ! grep -q 'watchers: [],' $pleroma_secret; then
|
||||
if ! grep -q 'watchers: \[],' $pleroma_secret; then
|
||||
sed -i 's|watchers: \[\]|watchers: \[\],|g' $pleroma_secret
|
||||
fi
|
||||
if ! grep -q 'url:' $pleroma_secret; then
|
||||
|
|
Loading…
Reference in New Issue