Have a constant end of script line for getpostscripts

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1593 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2008-06-06 19:45:10 +00:00
parent fbfdb5d621
commit 636aeffd18

View File

@ -219,6 +219,7 @@ if ($inet6support) {
foreach (@{$reply->{data}}) {
print $conn $_;
}
print $conn "#END OF SCRIPT\n";
close($conn);
} elsif ($text =~ /^setiscsiparms/) {
$text =~ s/^setiscsiparms\s+//;