mirror of
https://github.com/lloeki/apply.git
synced 2025-12-06 01:14:39 +01:00
Suppress extraneous cd output
This commit is contained in:
parent
3a828fb324
commit
7f6f69ed26
1 changed files with 1 additions and 1 deletions
2
push
2
push
|
|
@ -42,4 +42,4 @@ if scp -q -r "${APPLY_ROOT}"/{groups,units} run lib "$remote":"$tmp"; then
|
|||
fi
|
||||
|
||||
# shellcheck disable=SC2029
|
||||
ssh -A "$remote" "cd '$tmp' && ./run $vflag ${targets[*]} && cd -; rm -rf '$tmp'"
|
||||
ssh -A "$remote" "cd '$tmp' && ./run $vflag ${targets[*]} && cd; rm -rf '$tmp'"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue