mirror of
https://github.com/2dust/v2rayN.git
synced 2025-08-23 11:26:54 +00:00
Fixed the issue where process does not accept sudo password input stream for the first time
This commit is contained in:
parent
47c509faf6
commit
6911883995
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@ public class CoreAdminHandler
|
||||||
RedirectStandardOutput = true,
|
RedirectStandardOutput = true,
|
||||||
RedirectStandardError = true,
|
RedirectStandardError = true,
|
||||||
CreateNoWindow = true,
|
CreateNoWindow = true,
|
||||||
StandardInputEncoding = Encoding.UTF8,
|
|
||||||
StandardOutputEncoding = Encoding.UTF8,
|
StandardOutputEncoding = Encoding.UTF8,
|
||||||
StandardErrorEncoding = Encoding.UTF8,
|
StandardErrorEncoding = Encoding.UTF8,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue