removed debug code
parent
cc5864aa4a
commit
6c00df2068
|
@ -1,9 +1,5 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
set -x
|
|
||||||
|
|
||||||
exec >> /ifup.log 2>&1
|
|
||||||
|
|
||||||
# bail immediatly if the interface is already up
|
# bail immediatly if the interface is already up
|
||||||
[ -f "/net.$1.up" ] && exit 0
|
[ -f "/net.$1.up" ] && exit 0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue