From d8e2294865148d1dc7a025bd0d86e4721ea26239 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 25 Feb 2011 00:20:10 +0100 Subject: [PATCH] remove debug Signed-off-by: Nico Schottelius --- bin/cdist-object-explorer-all | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/cdist-object-explorer-all b/bin/cdist-object-explorer-all index e341961a..341ef765 100755 --- a/bin/cdist-object-explorer-all +++ b/bin/cdist-object-explorer-all @@ -23,7 +23,7 @@ . cdist-config [ $# -eq 2 ] || __cdist_usage " " -set -eux +set -eu __cdist_target_host="$1"; shift __cdist_object_base_dir="$1"; shift @@ -83,6 +83,7 @@ while [ $# -gt 0 ]; do # If so, run explorers on remote side if [ "$has_explorer" ]; then + echo "Running explorers for $object ..." cdist-run-remote "$__cdist_target_host" \ cdist-remote-explorer-run \ "$__cdist_name_var_type_explorer" \