mirror of
https://github.com/sdr-enthusiasts/docker-adsb-ultrafeeder.git
synced 2024-11-21 13:20:11 +00:00
Update aussieadsb.sh
This commit is contained in:
parent
9ff70985a1
commit
e3455aae55
1 changed files with 2 additions and 2 deletions
|
@ -139,7 +139,7 @@ case "$argv" in
|
|||
echo
|
||||
echo "In ULTRAFEEDER_CONFIG, please add these lines:"
|
||||
echo " adsb,aussieadsb.com,$port,beast_reduce_plus_out;"
|
||||
echo " mlat,aussieadsb.com,30000;"
|
||||
echo " mlat,aussieadsb.com,30000,name=$rcvr_token;"
|
||||
echo
|
||||
echo "Add the following parameter as well:"
|
||||
echo "- AUSSIEADSB_KEY='$rcvr_token'"
|
||||
|
@ -224,7 +224,7 @@ case "$argv" in
|
|||
echo ""
|
||||
echo "In ULTRAFEEDER_CONFIG, please add these lines:"
|
||||
echo " adsb,aussieadsb.com,$port,beast_reduce_plus_out;"
|
||||
echo " mlat,aussieadsb.com,30000;"
|
||||
echo " mlat,aussieadsb.com,30000,name=$AUSSIEADSB_KEY;"
|
||||
echo
|
||||
echo "Add the following parameter as well:"
|
||||
echo "- AUSSIEADSB_KEY='$AUSSIEADSB_KEY'"
|
||||
|
|
Loading…
Reference in a new issue