2
0
mirror of https://github.com/topjohnwu/Magisk synced 2025-08-31 09:55:11 +00:00

Fix bootloop when upgrading from older Magisk

This commit is contained in:
topjohnwu
2018-07-01 14:58:31 +08:00
parent c0ac2d540b
commit d149af9628
4 changed files with 5 additions and 4 deletions

View File

@@ -79,7 +79,7 @@ ui_print "- Constructing environment"
check_data
if $DATA; then
MAGISKBIN=/data/magisk
MAGISKBIN=/data/.magisk
$DATA_DE && MAGISKBIN=/data/adb/magisk
run_migrations
else