Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(logcollector): fix remote collect cmd to support non-bash shells
`>&` redirecting syntax has been replaced by `> file 2>&1` to support shells like sh. Such a shell is a default on Manager node deployed in Cloud. That makes impossible logs collect there. In terms of compatibility, `> file 2>&1` should behave consistently across different systems and shells.
- Loading branch information