On Sat, Oct 10, 2020 at 05:23:04PM +0800, Xiao Shenwei wrote:
On Sat, Oct 10, 2020 at 04:31:21PM +0800, Wu Fengguang wrote:
- -v /usr/bin/busybox:/usr/bin/busybox
It's /bin/busybox in debian. So should test real path first.
busybox_path=$(command -v busybox)
OK.
Thanks, Fengguang