Change pleroma title

This commit is contained in:
Bob Mottram 2017-02-22 21:54:05 +00:00
parent a2b3c286cf
commit 6ddaf16c5b
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ function pleroma_set_background_image_from_url {
# customise the title
if [ -f /var/www/${domain_name}/htdocs/static/config.json ]; then
sed -i "s|\"name\":.*|\"name\": \"${title}\",|g" config.json
sed -i "s|\"name\":.*|\"name\": \"${title}\",|g" /var/www/${domain_name}/htdocs/static/config.json
fi
echo "0"