Files
homebridge/script/uninstall
2015-09-14 22:53:49 -04:00

7 lines
194 B
Bash
Executable File

#!/bin/sh
echo "Uninstalling Homebridge..."
forever stop homebridge > /dev/null 2>&1
launchctl unload ~/Library/LaunchAgents/org.homebridge.plist
rm ~/Library/LaunchAgents/org.homebridge.plist