-Actually fix things

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8726 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2011-01-21 21:35:09 +00:00
parent 3761b5c1b5
commit efb11951b4

View File

@ -59,7 +59,7 @@ then
elif [[ `echo "$PRINIC" | grep -sqE ^[A-Fa-f0-9]+:[A-Fa-f0-9]+:[A-Fa-f0-9]+:[A-Fa-f0-9]+:[A-Fa-f0-9]+:[A-Fa-f0-9]+$ ;echo $?` == "0" ]]; then
export PRINIC=`ifconfig -a | grep -i "HWaddr $PRINIC" | awk '{print $1}'`
fi
echo 'export PRINIC='"$PRINIC" > /tmp/prinicsetting
echo 'export PRINIC='"$PRINIC" > /mnt/tmp/prinicsetting
]]>
</source>