mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
parent
8cce2091d3
commit
1ed6523e83
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ wait_for_port() {
|
|||
}
|
||||
|
||||
test_port() {
|
||||
if command -v ncd 2>/dev/null; then
|
||||
if command -v nc 2>/dev/null; then
|
||||
test_port_nc "$1"
|
||||
else
|
||||
test_port_ruby "$1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue