root/trunk/freewrt/package/broadcom-watchbutton/files/umts.hotplug

Revision 2233, 80 bytes (checked in by markus, 5 years ago)

same hotfix as for 1.0 branch, the interface 'umts' was never actually used in a stable version

  • Property svn:executable set to *
Line 
1 #!/bin/sh
2
3 if ip link show ppp0 >&- 2>&- ;then
4         ifdown ppp0
5 else
6         ifup ppp0
7 fi
8
Note: See TracBrowser for help on using the browser.