add support for postscripts execute after rsync update

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8697 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2011-01-18 15:39:55 +00:00
parent 69ccde934d
commit 189263f327

View File

@ -686,6 +686,7 @@ sub process_request
my $request = shift;
my $callback = shift;
my $sub_req = shift;
$::SUBREQ = $sub_req;
my $nodes = $request->{node};
my $command = $request->{command}->[0];