Skip to content

Commit

Permalink
resolve bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kx1t committed Oct 23, 2023
1 parent be17ec8 commit cf4818c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rootfs/etc/s6-overlay/scripts/radar1090
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,9 @@ if ! valid_ip "$beast_host"; then
done
fi
chk_enabled "$VERBOSE" && "${s6wrap[@]}" --args echo "BEASTHOST (\"${BEASTHOST:-ultrafeeder}\") successfully resolved to $beast_host" || true
echo "0" > "$IP_RESOLVE_HEALTHFILE"
fi
chk_enabled "$VERBOSE" && "${s6wrap[@]}" --args echo "BEASTHOST (\"${BEASTHOST:-ultrafeeder}\") successfully resolved to $beast_host" || true

RADAR_BIN=(/usr/sbin/radar)

Expand Down

0 comments on commit cf4818c

Please sign in to comment.