mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Remove not needed line in omr-tracker-server
This commit is contained in:
parent
7561ee1dfe
commit
2008998bf8
1 changed files with 0 additions and 1 deletions
|
@ -39,7 +39,6 @@ _ping_server() {
|
|||
|
||||
_ping_server_intf() {
|
||||
local host=$1
|
||||
local valid_ip6=$(valid_subnet6 "$host")
|
||||
for intf in $(multipath 2>/dev/null | awk '/default/ {print $1}'); do
|
||||
local k=0
|
||||
while [ "$server_ping" = false ] && [ "$k" -le "$retry" ]; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue