removed debug code

master
Harald Hoyer 2009-05-18 16:38:32 +02:00
parent cc5864aa4a
commit 6c00df2068
1 changed files with 0 additions and 4 deletions

View File

@ -1,9 +1,5 @@
#!/bin/sh

set -x

exec >> /ifup.log 2>&1

# bail immediatly if the interface is already up
[ -f "/net.$1.up" ] && exit 0