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

Don't prefetch env to avoid deadlock

Fix #5178
This commit is contained in:
LoveSy
2022-01-07 10:05:09 +08:00
committed by John Wu
parent 490e51c1d7
commit e31583485d

View File

@@ -83,9 +83,6 @@ class ShellInit : Shell.Initializer() {
Config.keepVerity = getBool("KEEPVERITY") Config.keepVerity = getBool("KEEPVERITY")
Config.keepEnc = getBool("KEEPFORCEENCRYPT") Config.keepEnc = getBool("KEEPFORCEENCRYPT")
// Pre-fetch env
Info.env
return true return true
} }
} }