forked from ungleich-public/cdist
mark _run_command as private
Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
This commit is contained in:
parent
31403722ce
commit
654e19f28b
2 changed files with 3 additions and 5 deletions
|
|
@ -31,8 +31,6 @@ if [ -f "$__object/parameter/source" ]; then
|
|||
remote_cksum="$(cat "$__object/explorer/cksum")"
|
||||
|
||||
if [ "$local_cksum" != "$remote_cksum" ]; then
|
||||
# Export target_host so remote_copy script has access to it
|
||||
echo "export __target_host=\"$__target_host\""
|
||||
echo "$__remote_copy" "$source" "${__target_host}:${destination}"
|
||||
fi
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue