Backslash

This commit is contained in:
Bob Mottram 2018-04-18 14:08:30 +01:00
parent 9d29832a6e
commit b221f8cfa3
1 changed files with 1 additions and 1 deletions

View File

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