defect 3613

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16605 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2013-06-10 20:02:58 +00:00
parent 41e538c46d
commit f14b1042d3

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"` ;