1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-12 10:31:51 +00:00

Fix typo in omr-tracker

This commit is contained in:
Ycarus (Yannick Chabanois) 2025-01-31 18:51:24 +01:00
parent 718db38efe
commit fe5aa58b3b

View file

@ -137,7 +137,7 @@ _ping_server_all() {
}
config_load openmptcprouter
config_foreach count_server server
if [ "$server" = true ]; then
if [ "$servers" = true ]; then
for intf in $(multipath 2>/dev/null | awk '/default/ { print $1 }); do
config_foreach _ping_server server $intf
done
@ -177,7 +177,7 @@ _httping_server_all() {
}
config_load openmptcprouter
config_foreach count_server server
if [ "ŝervers" = true ]; then
if [ "$servers" = true ]; then
for intf in $(multipath 2>/dev/null | awk '/default/ { print $1 }); do
config_foreach _httping_server server $intf
done