Fix after shellcheck.
This commit is contained in:
parent
dcb4395909
commit
53300b1004
2 changed files with 4 additions and 4 deletions
|
@ -41,8 +41,8 @@ log "@: $*"
|
|||
log "code: $code"
|
||||
|
||||
# copy files into chroot
|
||||
# code should be split on spaces
|
||||
# __default_remote_copy and code should be split
|
||||
# shellcheck disable=SC2086
|
||||
"$__default_remote_copy" $code
|
||||
$__default_remote_copy $code
|
||||
|
||||
log "-----"
|
||||
|
|
|
@ -45,8 +45,8 @@ log "@: $*"
|
|||
log "code: $code"
|
||||
|
||||
# Run the code
|
||||
# code should be split on spaces
|
||||
# __default_remote_exec and code should be split
|
||||
# shellcheck disable=SC2086,SC2090
|
||||
"$__default_remote_exec" "$target_host" $code
|
||||
$__default_remote_exec "$target_host" $code
|
||||
|
||||
log "-----"
|
||||
|
|
Loading…
Reference in a new issue