瀏覽代碼

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"