From da17bda0a5a12f075fd0aa21bf296571f1edd6bb Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 5 Aug 2014 07:10:44 -0400 Subject: [PATCH] fix comment for changes in 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 9868f33a5..3d2386809 100644 --- a/xCAT-server/lib/xcat/plugins/updatenode.pm +++ b/xCAT-server/lib/xcat/plugins/updatenode.pm @@ -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) {