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

fix defect 627 The postscript confignetwork run out of control and exited with zero exit code

This commit is contained in:
bybai 2016-01-25 02:31:36 -05:00
parent 23be2112c5
commit 9da7e301ec

View File

@ -231,7 +231,7 @@ function sort_nics_device_order {
while [ $num1 -lt $max1 ];
do
alonenic=`echo "$alone_nics"|sed -n "${num1}p"`
echo "$nics_list"| grep $alonenic >/dev/null
echo "$nics_list"| grep "$alonenic" >/dev/null
if [ $? -ne 0 ]; then
echo $alonenic
fi