diff --git a/xCAT-server/lib/xcat/plugins/updatenode.pm b/xCAT-server/lib/xcat/plugins/updatenode.pm index c283b6be6..482898d80 100644 --- a/xCAT-server/lib/xcat/plugins/updatenode.pm +++ b/xCAT-server/lib/xcat/plugins/updatenode.pm @@ -2475,7 +2475,7 @@ sub updateOS { # Get HTTP server my $http = xCAT::Utils->my_ip_facing($node); - if ( !$htp ) { + if ( !$http ) { push @{$rsp->{data}}, "$node: (Error) Missing HTTP server"; xCAT::MsgUtils->message("I", $rsp, $callback); return;