2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-07-31 00:31:19 +00:00

fix comment for changes in 3870

This commit is contained in:
lissav
2014-08-05 07:10:44 -04:00
parent 19e7c2071d
commit da17bda0a5

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