remove output about symlink
这个提交包含在:
父节点
788acbb7e9
当前提交
35bd82c04b
@ -163,7 +163,7 @@ if [ "$(type -p launchctl)" ]; then
|
|||||||
sudo rm -rf /Library/LaunchDaemons/cloud.telebit.remote.plist
|
sudo rm -rf /Library/LaunchDaemons/cloud.telebit.remote.plist
|
||||||
fi
|
fi
|
||||||
if [ "$(type -p systemctl)" ]; then
|
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
|
sudo rm -rf /etc/systemd/system/$my_app.service
|
||||||
fi
|
fi
|
||||||
sudo rm -rf $TELEBIT_PATH /usr/local/bin/$my_app
|
sudo rm -rf $TELEBIT_PATH /usr/local/bin/$my_app
|
||||||
|
|||||||
正在加载...
x
在新工单中引用
屏蔽一个用户