From f1311c0aa863ecbb410a76675466c9cdeb839cb2 Mon Sep 17 00:00:00 2001 From: lissav Date: Mon, 18 Nov 2013 13:43:30 -0500 Subject: [PATCH] defect 3870 --- xCAT-server/lib/xcat/plugins/updatenode.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-server/lib/xcat/plugins/updatenode.pm b/xCAT-server/lib/xcat/plugins/updatenode.pm index 425074fac..e23f5b31d 100644 --- a/xCAT-server/lib/xcat/plugins/updatenode.pm +++ b/xCAT-server/lib/xcat/plugins/updatenode.pm @@ -955,7 +955,7 @@ sub updatenode my $postscripts = "$installdir/postscripts"; if (-e $postscripts) { - my $cmd = "chmod -R u+x,a+r $postscripts"; + my $cmd = "chmod -R a+r $postscripts"; xCAT::Utils->runcmd($cmd, 0); my $rsp = {}; if ($::RUNCMD_RC != 0)