mirror of
https://github.com/aclist/dztui.git
synced 2024-12-29 13:52:03 +01:00
chore: clarify timeout message
This commit is contained in:
parent
031df3a62f
commit
1eed01623a
1 changed files with 1 additions and 1 deletions
|
@ -671,7 +671,7 @@ test_ping(){
|
|||
local qport="$2"
|
||||
local res
|
||||
res=$(ping -c1 -4 -W0.5 $1 | grep time= | awk -F= '{print $4}')
|
||||
[[ ! $? -eq 0 ]] && res="Unreachable"
|
||||
[[ ! $? -eq 0 ]] && res="Timed out"
|
||||
printf "%s" "$res"
|
||||
}
|
||||
show_server_modlist(){
|
||||
|
|
Loading…
Reference in a new issue