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.keepEnc = getBool("KEEPFORCEENCRYPT")
// Pre-fetch env
Info.env
return true
}
}