From cf2768b076e7242b100c3a388d2b8bf4cb9b2e79 Mon Sep 17 00:00:00 2001 From: lissav Date: Fri, 31 Oct 2008 11:26:45 +0000 Subject: [PATCH] update with xdshbak -q interface git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2427 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/SINV.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl-xCAT/xCAT/SINV.pm b/perl-xCAT/xCAT/SINV.pm index 845e0fded..f5725a2a5 100644 --- a/perl-xCAT/xCAT/SINV.pm +++ b/perl-xCAT/xCAT/SINV.pm @@ -1327,7 +1327,7 @@ sub storeresults xCAT::MsgUtils->message("E", $rsp, $callback); return 1; } - my $cmd = " /opt/xcat/bin/xdshbak <$newtempfile |"; + my $cmd = " /opt/xcat/bin/xdshbak -q <$newtempfile |"; open(DSHBAK, "$cmd"); if ($? > 0)