|
@@ -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
|