mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-02-22 04:18:30 +00:00
Fix config file path
$MAGISKTMP was redefined in commit 4e2b88b
This commit is contained in:
parent
b4ae3493a6
commit
a70c73bffd
@ -229,7 +229,7 @@ app_init() {
|
|||||||
check_boot_ramdisk && RAMDISKEXIST=true
|
check_boot_ramdisk && RAMDISKEXIST=true
|
||||||
get_flags
|
get_flags
|
||||||
run_migrations
|
run_migrations
|
||||||
SHA1=$(grep_prop SHA1 $MAGISKTMP/config)
|
SHA1=$(grep_prop SHA1 $MAGISKTMP/.magisk/config)
|
||||||
check_encryption
|
check_encryption
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user