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

Re-establish proxy setting when tor is disabled

parent a63785a9
No related branches found
No related tags found
No related merge requests found
......@@ -778,6 +778,7 @@ function configure_interactive_pleroma {
function pleroma_disable_tor {
if grep -q '9050' $pleroma_secret; then
sed -i '/9050/d' $pleroma_secret
sed -i 's|# config :pleroma, :http, proxy_url:|config :pleroma, :http, proxy_url:|g' $PLEROMA_DIR/config/config.exs
pleroma_recompile
fi
}
......
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