Skip to content

Commit

Permalink
Fix issues due to bad merge in PR 162 (#163)
Browse files Browse the repository at this point in the history
#162

has a bad merge in there that reverts earlier PRs
fix it using the following steps:

- revert the entire PR
- cherry-pick the 2 commits that are the intended content of the PR
  • Loading branch information
fredclausen authored Nov 28, 2024
2 parents 4983ba6 + d19dceb commit b813db2
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 51 deletions.
Empty file.
2 changes: 0 additions & 2 deletions rootfs/etc/s6-overlay/s6-rc.d/cleanup_globe_history/run

This file was deleted.

1 change: 0 additions & 1 deletion rootfs/etc/s6-overlay/s6-rc.d/cleanup_globe_history/type

This file was deleted.

Empty file.
40 changes: 0 additions & 40 deletions rootfs/etc/s6-overlay/scripts/cleanup_globe_history

This file was deleted.

8 changes: 0 additions & 8 deletions rootfs/scripts/interpret_ultrafeeder_config
Original file line number Diff line number Diff line change
Expand Up @@ -97,14 +97,6 @@ do
done
# Now add $readsb_str to the READSB_CONF_ARR() as --net-connector argument:
READSB_CONF_ARR+=("--net-connector=${readsb_str}")

if [[ ${param[1],,} == "in.adsb.lol" ]]; then
myadsblol="$(curl -sLD - https://my.adsb.lol -o /dev/null -w '%{url_effective}' 2>&1 | sed '/location: /h;g;$!d;s/^.* \(.*\)$/\1/')"
if [[ -n "$myadsblol" ]] && [[ ! $myadsblol =~ sorry-but-i-could-not-find-your-receiver ]]; then
"${s6wrap[@]}" echo "ADSB.LOL station map available at $myadsblol"
fi
fi

;;

mlat)
Expand Down

0 comments on commit b813db2

Please sign in to comment.