diff --git a/set-perms.sh b/set-perms.sh index 2ea2dc8..5429f32 100755 --- a/set-perms.sh +++ b/set-perms.sh @@ -1,4 +1,4 @@ #!/bin/sh -chmod 644 torrc -chown root:wheel torrc +chmod 644 usr/local/etc/torrc +chown root:wheel usr/local/etc/torrc diff --git a/torrc b/usr/local/etc/torrc similarity index 100% rename from torrc rename to usr/local/etc/torrc