mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-02-19 22:28:28 +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
|
||||
get_flags
|
||||
run_migrations
|
||||
SHA1=$(grep_prop SHA1 $MAGISKTMP/config)
|
||||
SHA1=$(grep_prop SHA1 $MAGISKTMP/.magisk/config)
|
||||
check_encryption
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user