defect 3613

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@16602 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2013-06-10 19:58:47 +00:00
parent 2649d44ed4
commit 36c4a83005

View File

@ -87,7 +87,7 @@ sub process_request
my $nofiles;
# If not version=2, then we return the mypostscript file in an array.
if ($version != 2) {
$notmpfiles=0; # does not matter not making files
$notmpfiles=1; # no tmp files and no files
$nofiles=1; # do not create /tftpboot/mypostscript/mypostscript.<nodename>
@scriptcontents = xCAT::Postage::makescript([$client],$state,$callback,$notmpfiles,$nofiles);
`logger -t xCAT -p local4.info "getpostscript: sending data"` ;