Compare commits

...

1 Commits

Author SHA1 Message Date
3da921c1f8 Update comment tor reflect the the rsync command 2014-08-04 12:59:20 +01:00

View File

@ -1057,7 +1057,7 @@ sub updatenode
my $installdir = xCAT::TableUtils->getInstallDir();
#if the postscripts directory exists then make sure it is
# world readable and executable by root
# world readable by root
my $postscripts = "$installdir/postscripts";
if (-e $postscripts)
{