1
0
Fork 0
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:
Ycarus (Yannick Chabanois) 2024-08-08 20:53:59 +02:00
parent 7561ee1dfe
commit 2008998bf8

View file

@ -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