diff --git a/xCAT/postscripts/aixremoteshell b/xCAT/postscripts/aixremoteshell index 3c070975b..b084e4d7d 100755 --- a/xCAT/postscripts/aixremoteshell +++ b/xCAT/postscripts/aixremoteshell @@ -234,6 +234,7 @@ sub getresponse my $msg = "aixremoteshell: Cannot connect to host \'$::servnode\'\n"; `logger -t xcat $msg`; #print $msg; + kill 2, $lpid; return undef; }