Correct script error in discovery code
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10626 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
c0723e42da
commit
7679bc0f1d
@ -84,7 +84,7 @@ CPUTYPE=`cat /tmp/cpumod|awk -F':' '{print $2}'|sed -e 's/^ //'`
|
||||
echo '<xcatrequest>' > /tmp/discopacket
|
||||
echo "<command>findme</command>" >> /tmp/discopacket
|
||||
echo "<arch>$ARCH</arch>" >> /tmp/discopacket
|
||||
if [ "$IAMAVM"=1 ]; then
|
||||
if [ "$IAMAVM" = 1 ]; then
|
||||
echo "<nodetype>virtual</nodetype>" >> /tmp/discopacket
|
||||
fi
|
||||
echo "<cpucount>$CPUCOUNT</cpucount>" >> /tmp/discopacket
|
||||
|
Loading…
Reference in New Issue
Block a user