Remove proxy entry from main pleroma config

This commit is contained in:
Bob Mottram 2018-04-23 11:34:58 +01:00
parent adcfed0555
commit a76e5b0424
1 changed files with 1 additions and 0 deletions

View File

@ -447,6 +447,7 @@ function pleroma_create_database {
sed -i 's|import_config|# import_config|g' $pleroma_secret
sed -i '/url: /aconfig :pleroma, :http, proxy_url: "127.0.0.1:9050"' $pleroma_secret
sed -i 's|config :pleroma, :http, proxy_url:|# config :pleroma, :http, proxy_url:|g' $PLEROMA_DIR/config/config.exs
cd "$PLEROMA_DIR" || exit 678245245724
chown -R pleroma:pleroma $PLEROMA_DIR/*