Change permissions on xcataixpost

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1687 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
nott 2008-06-18 14:37:30 +00:00
parent 1639bf3bca
commit f7cbe33bf3

View File

@ -86,6 +86,7 @@ if (&runcmd($chcmd) != 0) {
# check & run the postscript
if (-f $scriptname)
{
# TODO - change this to runcmd??
my $rc = system("$scriptname");
if ($rc >> 8)
{