mirror of https://github.com/2dust/v2rayN
Fixed the issue where process does not accept sudo password input stream for the first time
parent
47c509faf6
commit
6911883995
|
@ -45,7 +45,6 @@ public class CoreAdminHandler
|
|||
RedirectStandardOutput = true,
|
||||
RedirectStandardError = true,
|
||||
CreateNoWindow = true,
|
||||
StandardInputEncoding = Encoding.UTF8,
|
||||
StandardOutputEncoding = Encoding.UTF8,
|
||||
StandardErrorEncoding = Encoding.UTF8,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue