cms/cmsifup.sh: do not use ifup -m

we don't want to bring the interface up several times
Harald Hoyer 2015-09-01 17:21:53 +02:00
parent 3d1bd59eb0
commit 0852c38b7a
1 changed files with 1 additions and 1 deletions

View File

@ -37,4 +37,4 @@ fi
IFACES="$IFACES $DEVICE"
echo "$IFACES" >> /tmp/net.ifaces

ifup $DEVICE -m
exec ifup "$DEVICE"