diff options
-rw-r--r-- | contrib/osx/TorPostflight | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/osx/TorPostflight b/contrib/osx/TorPostflight index 9a5b431487..25a838bd0b 100644 --- a/contrib/osx/TorPostflight +++ b/contrib/osx/TorPostflight @@ -122,7 +122,7 @@ if [ -f /tmp/TorSavedMe.tar.gz ]; then fi # Determine how to start by OS Version -if [ $OS = "tiger" || $OS = "leopard" ]; then +if [ $OS = "tiger" ]; then if [ -f $PACKAGE_PATH/Contents/Resources/net.freehaven.tor.plist ]; then rm -rf /Library/StartupItems/Tor cp $PACKAGE_PATH/Contents/Resources/net.freehaven.tor.plist /System/Library/LaunchDaemons/net.freehaven.tor.plist |