Commit bd0409fd authored by 石松洲's avatar 石松洲 Committed by John Wu

Fix busybox filename

parent babdfe80
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment