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:
parent
fbfdb5d621
commit
636aeffd18
@ -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+//;
|
||||
|
Loading…
Reference in New Issue
Block a user