Skip to content

Commit 6911883

Browse files
committed
Fixed the issue where process does not accept sudo password input stream for the first time
1 parent 47c509f commit 6911883

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

v2rayN/ServiceLib/Handler/CoreAdminHandler.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ private void UpdateFunc(bool notify, string msg)
4545
RedirectStandardOutput = true,
4646
RedirectStandardError = true,
4747
CreateNoWindow = true,
48-
StandardInputEncoding = Encoding.UTF8,
4948
StandardOutputEncoding = Encoding.UTF8,
5049
StandardErrorEncoding = Encoding.UTF8,
5150
}

0 commit comments

Comments
 (0)