From e2f532e0589dae58ac111c9eda3b6d546f853383 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 7 Nov 2017 10:58:10 +0000 Subject: [PATCH] Path --- src/freedombone-app-pleroma | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone-app-pleroma b/src/freedombone-app-pleroma index a2c74681..d2311cb4 100755 --- a/src/freedombone-app-pleroma +++ b/src/freedombone-app-pleroma @@ -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