summaryrefslogtreecommitdiff
path: root/package/ppp/files/hso.if-down
blob: 6e4b4d655ab258e3321bfdc590ce37637bb1847a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

[ "$IFACE" == "hso0" ] || exit 0

[ -f /tmp/hso-connect ] || exit 0

PID=$(cat /tmp/hso-connect)
ps | grep "$PID" | grep -q hso-connect.sh && kill "$PID"
comgt -s -d /dev/ttyHS0 /etc/comgt/hsodisconnect.comgt
rm -f /tmp/hso-connect
ip address flush hso0
ip link set hso0 down