Skip to content
Snippets Groups Projects
Commit e2f532e0 authored by Bob Mottram's avatar Bob Mottram
Browse files

Path

parent 5c8e3ae6
No related branches found
No related tags found
No related merge requests found
...@@ -732,7 +732,7 @@ function install_pleroma { ...@@ -732,7 +732,7 @@ function install_pleroma {
install_gnusocial_default_background "pleroma" "$PLEROMA_DOMAIN_NAME" install_gnusocial_default_background "pleroma" "$PLEROMA_DOMAIN_NAME"
if [ ! -f $PLEROMA_DIR/priv/static/static/config.json ]; then 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 exit 323689
fi fi
sed -i 's|"theme":.*|"theme": "base16-summerfruit-dark.css",|g' $PLEROMA_DIR/priv/static/static/config.json sed -i 's|"theme":.*|"theme": "base16-summerfruit-dark.css",|g' $PLEROMA_DIR/priv/static/static/config.json
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment