Fix config file path

$MAGISKTMP was redefined in commit 4e2b88b
This commit is contained in:
zjw 2023-04-08 21:21:03 -04:00 committed by John Wu
parent b4ae3493a6
commit a70c73bffd

View File

@ -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
}