2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-31 10:06:39 +00:00

polish to

This commit is contained in:
bybai 2015-12-21 03:46:50 -05:00
parent 3d9ec7fd01
commit 2383552587

View File

@ -143,7 +143,7 @@ function find_nic_type {
return
fi
nic=($1)
echo $(hashget hash_new_nics $nic)
echo $(hashget hash_new_nics ${nic[0]})
}
################################################################