From db46208706a3ffb4509cd0bbe4df8e50fc7f29fd Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Fri, 16 Sep 2011 19:19:01 +0000 Subject: [PATCH] fix destiny match git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@10539 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-nbroot2/getdestiny | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-nbroot2/getdestiny b/xCAT-nbroot2/getdestiny index 2f0fdbff5..15cfc1baa 100755 --- a/xCAT-nbroot2/getdestiny +++ b/xCAT-nbroot2/getdestiny @@ -24,7 +24,7 @@ while [ ! -f /tmp/destiny.xml ] || grep error /tmp/destiny.xml; do fi done rm /tmp/destreq.xml -DESTINY=`grep destiny /tmp/destiny.xml | awk -F'>' '{print $2}'|awk -F'<' '{print $1}'` +DESTINY=`grep '' /tmp/destiny.xml | awk -F'>' '{print $2}'|awk -F'<' '{print $1}'` rm /tmp/destiny.xml echo $DESTINY