From 3da921c1f804b82755599678ed50c2741c34fee7 Mon Sep 17 00:00:00 2001 From: Arif Ali Date: Mon, 4 Aug 2014 12:59:20 +0100 Subject: [PATCH] Update comment tor reflect the the rsync command --- 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..33d2f6769 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) {