2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-02 11:37:07 +00:00

fix defect4389:omit the output of ifup command

This commit is contained in:
huweihua 2014-11-13 03:03:31 -05:00
parent 4607e8138f
commit ac83f5c65f

View File

@ -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