mirror of
https://github.com/SynologyOpenSource/synology-csi.git
synced 2026-05-05 03:17:12 +00:00
The tool executor is capable of running given tools in chroot either by automatically locating the tools in path using the `env` command or directly if the path is known. This removes the need for the shell script to wrap commands and reduces number of needed external binaries on the node.