diff --git a/xCAT-server/lib/xcat/plugins/aixinstall.pm b/xCAT-server/lib/xcat/plugins/aixinstall.pm index 73f1d851e..e61788957 100644 --- a/xCAT-server/lib/xcat/plugins/aixinstall.pm +++ b/xCAT-server/lib/xcat/plugins/aixinstall.pm @@ -5940,7 +5940,7 @@ sub rmnimres } # foreach attr in the image def - my $error; + my $error=0; foreach my $attr (sort(keys %{$imagedef{$osimage}})) { chomp $attr; @@ -6012,7 +6012,6 @@ sub rmnimres my $rsp; push @{$rsp->{data}}, "The resource named \'$resname\' will not be removed.\n"; xCAT::MsgUtils->message("I", $rsp, $callback); - $error++; next; } @@ -6066,7 +6065,6 @@ sub rmnimres if ($loc) { my $cmd = qq~/usr/bin/rm -R $loc~; - my $output = xCAT::Utils->runcmd("$cmd", -1); $output = xCAT::InstUtils->xcmd($callback, $subreq, "xdsh", $targetsn, $cmd, 0); } }