From 35bd82c04b50f5f2911ab07362650c08c9a025c7 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 13 Jun 2018 11:45:37 -0600 Subject: [PATCH] remove output about symlink --- usr/share/install_helper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/share/install_helper.sh b/usr/share/install_helper.sh index bc0e5d4..27420e6 100644 --- a/usr/share/install_helper.sh +++ b/usr/share/install_helper.sh @@ -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