mirror of
https://github.com/2dust/v2rayN.git
synced 2026-01-04 17:49:45 +05:00
Fixed the issue where process does not accept sudo password input stream for the first time
This commit is contained in:
@@ -45,7 +45,6 @@ public class CoreAdminHandler
|
||||
RedirectStandardOutput = true,
|
||||
RedirectStandardError = true,
|
||||
CreateNoWindow = true,
|
||||
StandardInputEncoding = Encoding.UTF8,
|
||||
StandardOutputEncoding = Encoding.UTF8,
|
||||
StandardErrorEncoding = Encoding.UTF8,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user