]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Oops, forgot the all important 'r'
authorAndrew Lewman <andrew@torproject.org>
Thu, 27 Jul 2006 03:17:50 +0000 (03:17 +0000)
committerAndrew Lewman <andrew@torproject.org>
Thu, 27 Jul 2006 03:17:50 +0000 (03:17 +0000)
svn:r6916

contrib/osx/TorPostflight

index 580b97fb025e8ee2c8a0c10e7a7a3cf486476361..8cda3978f338e0f3ae4ad3087c279e88966d1571 100644 (file)
@@ -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