mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-20 10:12:15 +01:00
Oops, forgot the all important 'r'
svn:r6916
This commit is contained in:
parent
1ee13cff67
commit
f77b2a0407
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user