diff options
author | Andrew Lewman <andrew@torproject.org> | 2006-07-27 03:17:50 +0000 |
---|---|---|
committer | Andrew Lewman <andrew@torproject.org> | 2006-07-27 03:17:50 +0000 |
commit | f77b2a0407b8c312194c2c708c23ca0b32eabf8f (patch) | |
tree | 84691cf6913f4766f7b452b1947795f154d98e90 /contrib/osx/TorPostflight | |
parent | 1ee13cff678b8681aa4940700197fe373b83b953 (diff) | |
download | tor-f77b2a0407b8c312194c2c708c23ca0b32eabf8f.tar tor-f77b2a0407b8c312194c2c708c23ca0b32eabf8f.tar.gz |
Oops, forgot the all important 'r'
svn:r6916
Diffstat (limited to 'contrib/osx/TorPostflight')
-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 580b97fb0..8cda3978f 100644 --- a/contrib/osx/TorPostflight +++ b/contrib/osx/TorPostflight @@ -124,7 +124,7 @@ fi # Determine how to start by OS Version if [ $OS = "tiger" ]; then if [ -f $PACKAGE_PATH/Contents/Resources/net.freehaven.tor.plist ]; then - rm -f /Library/StartupItems/Tor + rm -rf /Library/StartupItems/Tor cp $PACKAGE_PATH/Contents/Resources/net.freehaven.tor.plist /System/Library/LaunchDaemons/net.freehaven.tor.plist chmod 644 /System/Library/LaunchDaemons/net.freehaven.tor.plist echo "#--START required settings--" >> $TARGET/torrc |