Suppress extraneous cd output

This commit is contained in:
Loic Nageleisen 2018-06-26 15:07:22 +02:00
parent 3a828fb324
commit 7f6f69ed26

2
push
View file

@ -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'"