浏览代码

Change pleroma title

Bob Mottram 8 年前
父节点
当前提交
6ddaf16c5b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone-utils-gnusocialtools

+ 1
- 1
src/freedombone-utils-gnusocialtools 查看文件

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