Path
This commit is contained in:
parent
5c8e3ae622
commit
e2f532e058
|
@ -732,7 +732,7 @@ function install_pleroma {
|
|||
|
||||
install_gnusocial_default_background "pleroma" "$PLEROMA_DOMAIN_NAME"
|
||||
if [ ! -f $PLEROMA_DIR/priv/static/static/config.json ]; then
|
||||
echo $"$PLEROMA_DIR/static/config.json file missing"
|
||||
echo $"$PLEROMA_DIR/priv/static/static/config.json file missing"
|
||||
exit 323689
|
||||
fi
|
||||
sed -i 's|"theme":.*|"theme": "base16-summerfruit-dark.css",|g' $PLEROMA_DIR/priv/static/static/config.json
|
||||
|
|
Loading…
Reference in New Issue