From 238355258721648abc36dd27bdbab5db8e7c355c Mon Sep 17 00:00:00 2001 From: bybai Date: Mon, 21 Dec 2015 03:46:50 -0500 Subject: [PATCH] polish to --- xCAT/postscripts/confignetwork | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT/postscripts/confignetwork b/xCAT/postscripts/confignetwork index 7ca86939a..aa1abac39 100755 --- a/xCAT/postscripts/confignetwork +++ b/xCAT/postscripts/confignetwork @@ -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]}) } ################################################################