mirror of
https://github.com/proxysu/ProxySU.git
synced 2024-11-22 13:16:09 +03:00
修复错误
This commit is contained in:
parent
e18a6fbd0c
commit
c6f927f4a5
@ -1218,7 +1218,7 @@ namespace ProxySU
|
||||
currentShellCommandResult = client.RunCommand(sshShellCommand).Result;
|
||||
TextBoxMonitorCommandResults.Dispatcher.BeginInvoke(updateMonitorAction, TextBoxMonitorCommandResults, currentShellCommandResult);//显示命令执行的结果
|
||||
|
||||
sshShellCommand = @"find / -name trojan";
|
||||
sshShellCommand = @"find / -name v2ray";
|
||||
TextBoxMonitorCommandResults.Dispatcher.BeginInvoke(updateMonitorAction, TextBoxMonitorCommandResults, sshShellCommand);//显示执行的命令
|
||||
currentShellCommandResult = client.RunCommand(sshShellCommand).Result;
|
||||
TextBoxMonitorCommandResults.Dispatcher.BeginInvoke(updateMonitorAction, TextBoxMonitorCommandResults, currentShellCommandResult);//显示命令执行的结果
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user