defect 3870

This commit is contained in:
lissav 2013-11-18 13:43:30 -05:00
parent f77e980e2e
commit f1311c0aa8

View File

@ -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)