mirror of
https://github.com/2dust/v2rayN.git
synced 2025-10-13 11:59:13 +00:00
Remove multiple send password actions on Unix elev
This commit is contained in:
parent
6911883995
commit
4217397428
1 changed files with 0 additions and 2 deletions
|
@ -72,8 +72,6 @@ public class CoreAdminHandler
|
|||
proc.BeginOutputReadLine();
|
||||
proc.BeginErrorReadLine();
|
||||
|
||||
await Task.Delay(10);
|
||||
await proc.StandardInput.WriteLineAsync(AppHandler.Instance.LinuxSudoPwd);
|
||||
await Task.Delay(10);
|
||||
await proc.StandardInput.WriteLineAsync(AppHandler.Instance.LinuxSudoPwd);
|
||||
|
||||
|
|
Loading…
Reference in a new issue