From 1c7234d2e023d9761ce4dead2a12dcf2fcb7a6a1 Mon Sep 17 00:00:00 2001 From: kx1t <15090643+kx1t@users.noreply.github.com> Date: Mon, 17 Jun 2024 07:00:51 -0400 Subject: [PATCH] Update aussieadsb.sh --- aussieadsb.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/aussieadsb.sh b/aussieadsb.sh index 18cc54b..880c0fa 100755 --- a/aussieadsb.sh +++ b/aussieadsb.sh @@ -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 ;;