From 666744209e32f7706631b1dc8c3bad1bd96785bd Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 26 Jul 2011 23:42:09 +0200 Subject: [PATCH] running explorers works again Signed-off-by: Nico Schottelius --- core/__cdist_explorer_run | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/core/__cdist_explorer_run b/core/__cdist_explorer_run index db5f2e2c..51e606b1 100755 --- a/core/__cdist_explorer_run +++ b/core/__cdist_explorer_run @@ -41,10 +41,12 @@ __cdist_explorer_run() for __cdist_explorer_run_explorer in *; do #BUG: need to export __explorer to remote side! #exit 23 + # BUG: no need for remote out dir probably? + # or should we leave it and continue using __cdist_dir pull? __cdist_run_remote \ "export $__cdist_name_var_explorer=\"$__cdist_remote_explorer_dir\";" \ "export $__cdist_name_var_global=\"$__cdist_remote_out_dir\";" \ - "$3/$__cdist_explorer_run_explorer" > \ + "$3/$__cdist_explorer_run_explorer" ">" \ "$4/$__cdist_explorer_run_explorer" done