Fix busybox filename

This commit is contained in:
canyie 2023-01-11 13:50:07 +08:00 committed by John Wu
parent babdfe80cb
commit bd0409fd15

View File

@ -53,8 +53,8 @@ class ShellInit : Shell.Initializer() {
" cp -af $localBB \$MAGISKTMP/busybox/busybox",
" exec \$MAGISKTMP/busybox/busybox sh",
"else",
" cp -af $localBB /dev/.busybox",
" exec /dev/.busybox sh",
" cp -af $localBB /dev/busybox",
" exec /dev/busybox sh",
"fi"
)
} else {