1
0
Fork 0
mirror of https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git synced 2024-10-16 05:50:44 +00:00

Update aussieadsb.sh

This commit is contained in:
kx1t 2024-06-17 07:00:51 -04:00 committed by GitHub
parent fc894892bc
commit 1c7234d2e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -141,9 +141,6 @@ case "$argv" in
echo " adsb,aussieadsb.com,$port,beast_reduce_plus_out;"
echo " mlat,aussieadsb.com,30000,name=$rcvr_token;"
echo
echo "Add the following parameter as well:"
echo "- AUSSIEADSB_KEY='$rcvr_token'"
echo
echo "After adding these, please recreate your Ultrafeeder container to start feeding AussieADSB!"
echo
echo "Visit http://aussieadsb.com/status to check feeding status"
@ -226,9 +223,6 @@ case "$argv" in
echo " adsb,aussieadsb.com,$port,beast_reduce_plus_out;"
echo " mlat,aussieadsb.com,30000,name=$AUSSIEADSB_KEY;"
echo
echo "Add the following parameter as well:"
echo "- AUSSIEADSB_KEY='$AUSSIEADSB_KEY'"
echo
exit 0
;;