shrink bin/cdist-run-remote

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

View File

@ -26,7 +26,6 @@
set -ue
__cdist_target_host="$1"; shift
__cdist_remote_binary="$1"; shift
ssh "${__cdist_remote_user}@${__cdist_target_host}" \
"PATH=\"${__cdist_remote_bin_dir}:\$PATH\" \"$__cdist_remote_binary\"" "$@"
"PATH=\"${__cdist_remote_bin_dir}:\$PATH\"" "$@"