From f14b1042d3b12e8f4c24e359372815deb914216c Mon Sep 17 00:00:00 2001 From: lissav Date: Mon, 10 Jun 2013 20:02:58 +0000 Subject: [PATCH] defect 3613 git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@16605 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-server/lib/xcat/plugins/getpostscript.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/getpostscript.pm b/xCAT-server/lib/xcat/plugins/getpostscript.pm index a58093bc8..99b6973e3 100644 --- a/xCAT-server/lib/xcat/plugins/getpostscript.pm +++ b/xCAT-server/lib/xcat/plugins/getpostscript.pm @@ -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. @scriptcontents = xCAT::Postage::makescript([$client],$state,$callback,$notmpfiles,$nofiles); `logger -t xCAT -p local4.info "getpostscript: sending data"` ;