remove output about symlink

This commit is contained in:
AJ ONeal 2018-06-13 11:45:37 -06:00
parent 788acbb7e9
commit 35bd82c04b
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ if [ "$(type -p launchctl)" ]; then
sudo rm -rf /Library/LaunchDaemons/cloud.telebit.remote.plist
fi
if [ "$(type -p systemctl)" ]; then
sudo systemctl disable telebit; sudo systemctl stop telebit
sudo systemctl disable telebit >/dev/null; sudo systemctl stop telebit
sudo rm -rf /etc/systemd/system/$my_app.service
fi
sudo rm -rf $TELEBIT_PATH /usr/local/bin/$my_app