diff --git a/xCAT-server/lib/xcat/plugins/updatenode.pm b/xCAT-server/lib/xcat/plugins/updatenode.pm index 194513e2d..84f21b2fc 100644 --- a/xCAT-server/lib/xcat/plugins/updatenode.pm +++ b/xCAT-server/lib/xcat/plugins/updatenode.pm @@ -1545,7 +1545,7 @@ sub updatenode # finish clean up the tarred postscript file if (-e "$postscripts.tgz") { - my $cmd="rm $postscripts.tgz"; print "cmd:$cmd\n"; + my $cmd="rm $postscripts.tgz"; #print "cmd:$cmd\n"; xCAT::Utils->runcmd($cmd, 0); my $rsp = {}; if ($::RUNCMD_RC != 0)