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:
parent
23be2112c5
commit
9da7e301ec
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user