mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-05-27 23:33:59 +00:00
ppp0 as network device
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2973 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
062f155ed0
commit
49441d5731
1 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,6 @@
|
|||
#!/bin/sh
|
||||
NETDEV=eth1
|
||||
# network device, change as appropriate
|
||||
NETDEV=ppp0
|
||||
if ifconfig $NETDEV | grep RUNNING > /dev/null; then
|
||||
echo "--resource=network"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue