mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 21:33:57 -07:00
Mac installation scripts fixes.
This commit is contained in:
parent
7a6fe203ee
commit
ec3a6428b8
2 changed files with 6 additions and 5 deletions
|
@ -18,11 +18,11 @@ if [ "$1" = "-q" ]; then
|
|||
fi
|
||||
|
||||
echo
|
||||
|
||||
|
||||
if [ $quickAndQuiet -eq 0 ]; then
|
||||
echo "This will uninstall ZeroTier One, hit CTRL+C to abort."
|
||||
echo "Waiting 5 seconds..."
|
||||
sleep 5
|
||||
echo "This will uninstall ZeroTier One, hit CTRL+C to abort."
|
||||
echo "Waiting 5 seconds..."
|
||||
sleep 5
|
||||
fi
|
||||
|
||||
echo "Unloading and removing LaunchDaemons item..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue