1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Less log for omr-tracker-gre

This commit is contained in:
Ycarus (Yannick Chabanois) 2021-01-16 08:15:14 +01:00
parent 027c4e7c49
commit 14db6f80fb

View file

@ -14,7 +14,7 @@ _ping_server() {
-w "$OMR_TRACKER_TIMEOUT" \
-c 1 \
-q \
"${host}"
"${host}" 2>/dev/null
) && echo "$ret" | grep -sq " 0% packet loss" && {
server_ping=true
}