Skip to content

Commit

Permalink
remove extra useless line of code
Browse files Browse the repository at this point in the history
  • Loading branch information
kx1t committed Oct 23, 2023
1 parent a4abd6f commit e45592a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rootfs/etc/s6-overlay/scripts/radar1090
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ if ! valid_ip "$beast_host"; then
echo "0" > "$IP_RESOLVE_HEALTHFILE"
chk_enabled "$VERBOSE" && "${s6wrap[@]}" --args echo "BEASTHOST (\"${BEASTHOST:-ultrafeeder}\") successfully resolved to $beast_host" || true
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 e45592a

Please sign in to comment.