shrink bin/cdist-run-remote
Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
parent
d8e2294865
commit
302b6ef58c
1 changed files with 1 additions and 2 deletions
|
@ -26,7 +26,6 @@
|
||||||
set -ue
|
set -ue
|
||||||
|
|
||||||
__cdist_target_host="$1"; shift
|
__cdist_target_host="$1"; shift
|
||||||
__cdist_remote_binary="$1"; shift
|
|
||||||
|
|
||||||
ssh "${__cdist_remote_user}@${__cdist_target_host}" \
|
ssh "${__cdist_remote_user}@${__cdist_target_host}" \
|
||||||
"PATH=\"${__cdist_remote_bin_dir}:\$PATH\" \"$__cdist_remote_binary\"" "$@"
|
"PATH=\"${__cdist_remote_bin_dir}:\$PATH\"" "$@"
|
||||||
|
|
Loading…
Reference in a new issue