mirror of https://github.com/2dust/v2rayN
Remove multiple send password actions on Unix elev
parent
6911883995
commit
4217397428
|
@ -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 New Issue