diff options
Diffstat (limited to 'contrib/osx/TorPreFlight')
-rw-r--r-- | contrib/osx/TorPreFlight | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/osx/TorPreFlight b/contrib/osx/TorPreFlight index 3a3187fc9e..d83b9afdcd 100644 --- a/contrib/osx/TorPreFlight +++ b/contrib/osx/TorPreFlight @@ -4,8 +4,6 @@ # Figure out where Tor is installed if [ -f /Library/StartupItems/Tor/Tor.loc ]; then TORPATH=`cat /Library/StartupItems/Tor/Tor.loc` -elif [ -f /System/Library/LaunchDaemons/net.freehaven.tor.plist ]; then - TORPATH=/`grep -A1 "<key>Program</key>" /System/Library/LaunchDaemons/net.freehaven.tor.plist | grep string | cut -d"/" -f2,3` else TORPATH="/Library/Tor/" fi |