Skip to content

Commit

Permalink
Fix torrc location
Browse files Browse the repository at this point in the history
This is where it actually is in production.
  • Loading branch information
strugee committed Dec 30, 2017
1 parent bffc174 commit 1fd6834
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions set-perms.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

chmod 755 usr/local/bin/find-interesting-logs
chown root:wheel usr/local/bin/find-interesting-logs
chmod 644 usr/local/etc/torrc
chown root:wheel usr/local/etc/torrc
chmod 644 usr/local/etc/tor/torrc
chown root:wheel usr/local/etc/tor/torrc
chmod 555 usr/local/etc/rc.d/tor
chown root:wheel usr/local/etc/rc.d/tor
chmod 644 etc/crontab
Expand Down
File renamed without changes.

0 comments on commit 1fd6834

Please sign in to comment.