diff --git a/push b/push index 5075b95..f27224d 100755 --- a/push +++ b/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 "$remote" "cd '$tmp' && ./run $vflag ${targets[*]} && cd; rm -rf '$tmp'"