remove debug

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-02-25 00:20:10 +01:00
parent 72f62a8734
commit d8e2294865
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,7 @@
. cdist-config
[ $# -eq 2 ] || __cdist_usage "<target host> <object_base_dir>"
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" \