diff --git a/xCAT-server/lib/perl/xCAT/PPC.pm b/xCAT-server/lib/perl/xCAT/PPC.pm index b926e011a..042362f0b 100644 --- a/xCAT-server/lib/perl/xCAT/PPC.pm +++ b/xCAT-server/lib/perl/xCAT/PPC.pm @@ -1558,7 +1558,7 @@ sub preprocess_request { } #convert from millisecond to second $delay /= 1000.0; - if ($delay & ($i < scalar(@{$nodeseq}))) { + if ($delay && ($i < scalar(@{$nodeseq}))) { my %output; $output{data} = ["Waiting $delay seconds for node dependencies\n"]; $callback->( \%output );