diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-10-14 00:01:42 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-10-14 00:01:42 +0200 |
commit | cb0aeee156725940b4123bd828a831e96cae012f (patch) | |
tree | add1b8f1a038a8c6b2f1f904b0950f3589d4608b /dummy/proto/ppp.sh | |
parent | 547d96cd6d1bdf3624711b08491ca7fce6b4b0a3 (diff) |
add support for killing running proto-shell tasks with an arbitrary signal and waiting for their completion
Diffstat (limited to 'dummy/proto/ppp.sh')
-rwxr-xr-x | dummy/proto/ppp.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dummy/proto/ppp.sh b/dummy/proto/ppp.sh index 8673b98..837767b 100755 --- a/dummy/proto/ppp.sh +++ b/dummy/proto/ppp.sh @@ -47,6 +47,7 @@ pppoe_setup() { } pppoe_teardown() { + proto_kill_command "$interface" return } |