fix defect4389:omit the output of ifup command
This commit is contained in:
parent
4607e8138f
commit
ac83f5c65f
@ -604,10 +604,10 @@ then
|
||||
do
|
||||
ifdown $tmp > /dev/null 2>&1
|
||||
sleep 2
|
||||
ifup $tmp
|
||||
ifup $tmp > /dev/null 2>&1
|
||||
done
|
||||
else
|
||||
ifup $nic
|
||||
ifup $nic > /dev/null 2>&1
|
||||
fi
|
||||
fi
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user