2013-03-10 20:12:40 +00:00
|
|
|
#!/bin/sh
|
2014-01-04 20:50:10 +00:00
|
|
|
chown root:wheel /Library/LaunchDaemons/ch.ringwald.BTstack.plist
|
2013-03-10 20:12:40 +00:00
|
|
|
/bin/launchctl load /Library/LaunchDaemons/ch.ringwald.BTstack.plist 2&> /dev/null
|
2014-01-04 20:37:31 +00:00
|
|
|
exit 0
|