mirror of
https://src.koozali.org/infra/smeserver-koji.git
synced 2024-11-22 01:27:29 +01:00
quieten noisy network connect test
This commit is contained in:
parent
1652f57beb
commit
338c05bb56
@ -194,7 +194,7 @@ fi
|
||||
deploy_builder () {
|
||||
local FQDN=$1
|
||||
# check if server available on port 22
|
||||
until (nc -z $FQDN 22)
|
||||
until (nc -z $FQDN 22 2>/dev/null)
|
||||
do
|
||||
echo "I cannot connect to $FQDN! Is it online? "
|
||||
echo "Options:"
|
||||
|
Loading…
Reference in New Issue
Block a user