mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-08 17:31:56 +02:00
3 lines
95 B
Plaintext
3 lines
95 B
Plaintext
|
#!/bin/sh
|
||
|
[ -z "$6" ] || env -i ACTION="ifdown" INTERFACE="$6" PROTO=ppp /sbin/hotplug "iface"
|