From 189263f327f6fb871823db985bef9775b03cf8b7 Mon Sep 17 00:00:00 2001 From: lissav Date: Tue, 18 Jan 2011 15:39:55 +0000 Subject: [PATCH] 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 --- xCAT-server/lib/xcat/plugins/xdsh.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT-server/lib/xcat/plugins/xdsh.pm b/xCAT-server/lib/xcat/plugins/xdsh.pm index 95b698263..806413d35 100644 --- a/xCAT-server/lib/xcat/plugins/xdsh.pm +++ b/xCAT-server/lib/xcat/plugins/xdsh.pm @@ -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];