From 4553f877e6ef45e799606397acb3040864fcd665 Mon Sep 17 00:00:00 2001 From: Greg Alexander Date: Tue, 25 Sep 2018 22:03:28 -0400 Subject: [PATCH] Adriaan reports that newer versions of SuperSU put the executable in /su/bin --- doc/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/index.html b/doc/index.html index 8295657..a0508e9 100644 --- a/doc/index.html +++ b/doc/index.html @@ -128,7 +128,8 @@ will be found if it is present.
Path to the command shell. The default Android shell is /system/bin/sh, but you may prefer to use the one that comes with busybox or whatever. If you set it to the su binary (i.e., -/system/xbin/su), then scp, sftp, and rsync will run as root and +/system/xbin/su, or maybe /su/bin/su), +then scp, sftp, and rsync will run as root and should be able to access files outside of /sdcard. If the name of the shell contains "su" in it, instead of putting "-" before argv[0] to indicate the login shell,