Skip to content

Commit

Permalink
Remove symlinks from the actual location
Browse files Browse the repository at this point in the history
Binary symlinks are in `/usr/local/bin` instead of `/usr/bin` since commit 0cf4ddd
  • Loading branch information
tommyang committed Sep 23, 2018
1 parent ceff48b commit 88d8799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/installfiles/mac/uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ kextunload '/Library/Application Support/ZeroTier/One/tap.kext' >>/dev/null 2>&1
echo "Removing ZeroTier One files..."

rm -rf '/Applications/ZeroTier One.app'
rm -f '/usr/bin/zerotier-one' '/usr/bin/zerotier-idtool' '/usr/bin/zerotier-cli' '/Library/LaunchDaemons/com.zerotier.one.plist'
rm -f '/usr/local/bin/zerotier-one' '/usr/local/bin/zerotier-idtool' '/usr/local/bin/zerotier-cli' '/Library/LaunchDaemons/com.zerotier.one.plist'

cd '/Library/Application Support/ZeroTier/One'
if [ "`pwd`" = '/Library/Application Support/ZeroTier/One' ]; then
Expand Down

0 comments on commit 88d8799

Please sign in to comment.