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
This commit is contained in:
lissav 2008-10-31 11:26:45 +00:00
parent e40f109d40
commit cf2768b076

View File

@ -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)