This commit is contained in:
xq2005 2013-09-26 19:29:30 -07:00
parent 9f8a003107
commit 58e403c28c

View File

@ -203,7 +203,7 @@ do
echo "confignics on $NODE: processing custom scripts: ${array_temp[3]} for interface $key"
${array_temp[3]}
else
if [ -n "${array_temp[2]}" ];then
if [ -z "${array_temp[2]}" ];then
logger -t xcat -p local4.info "confignics: ip address,nic type and network are required. $key: $str_value ."
echo "confignics on $NODE: ip address,nic type and network are required. $key: $str_value ."
continue