Change pleroma title
This commit is contained in:
parent
a2b3c286cf
commit
6ddaf16c5b
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue