Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow partially valid results returned from
find
command when listi…
…ng files and directories (#2311) * Minor fix for the temporary directory for on-disk cache If and only if the $TMPDIR env is not set should we try to fallback to /tmp as the temporary directory for on-disk cache files. * Do not return nil if `find` returns error when listing dir/files on remote ssh device `find` command may partially succeed, in which case we should process the successfully listed items and ignore the error messages. This CL redirect the errors generated by `find` to /dev/null to strip away error messages.
- Loading branch information