()
| 410 | } |
| 411 | |
| 412 | func (conn *SSHConn) getWshPath() string { |
| 413 | config, ok := conn.getConnectionConfig() |
| 414 | if ok && config.ConnWshPath != "" { |
| 415 | return config.ConnWshPath |
| 416 | } |
| 417 | return wavebase.RemoteFullWshBinPath |
| 418 | } |
| 419 | |
| 420 | func (conn *SSHConn) GetConfigShellPath() string { |
| 421 | config, ok := conn.getConnectionConfig() |
no test coverage detected