Skip to content

Commit

Permalink
removed stray HiddenServiceDir directive
Browse files Browse the repository at this point in the history
  • Loading branch information
zenmonkeykstop committed Apr 9, 2021
1 parent 2c37173 commit c8b432f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
shell: >
awk '!/HiddenServiceVersion 2/'
RS="HiddenServiceDir" ORS="HiddenServiceDir"
/etc/tor/torrc.bak > /etc/tor/torrc
/etc/tor/torrc.bak | sed '$d' > /etc/tor/torrc
when: ("V3 services only" in compare_result.stdout)

- name: Check Tor config
Expand Down

0 comments on commit c8b432f

Please sign in to comment.