Bob Mottram 7 年前
父节点
当前提交
e2f532e058
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      src/freedombone-app-pleroma

+ 1
- 1
src/freedombone-app-pleroma 查看文件

@@ -732,7 +732,7 @@ function install_pleroma {
732 732
 
733 733
     install_gnusocial_default_background "pleroma" "$PLEROMA_DOMAIN_NAME"
734 734
     if [ ! -f $PLEROMA_DIR/priv/static/static/config.json ]; then
735
-        echo $"$PLEROMA_DIR/static/config.json file missing"
735
+        echo $"$PLEROMA_DIR/priv/static/static/config.json file missing"
736 736
         exit 323689
737 737
     fi
738 738
     sed -i 's|"theme":.*|"theme": "base16-summerfruit-dark.css",|g' $PLEROMA_DIR/priv/static/static/config.json