From 3ee2275771ceea058ec5202567b4dda6b2057245 Mon Sep 17 00:00:00 2001 From: romeo-golf Date: Thu, 9 Feb 2017 20:40:54 +0000 Subject: [PATCH] Apply s/Maimum/Maximum/g --- bash/decoders/dump1090-fa.sh | 2 +- bash/decoders/dump1090-mutability.sh | 2 +- bash/image.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bash/decoders/dump1090-fa.sh b/bash/decoders/dump1090-fa.sh index c5ee74b..a1b2bbc 100755 --- a/bash/decoders/dump1090-fa.sh +++ b/bash/decoders/dump1090-fa.sh @@ -183,7 +183,7 @@ fi # Download Heywhatsthat.com maximum range rings. if [[ ! -f "/usr/share/dump1090-fa/html/upintheair.json" ]] ; then if [[ "${RECEIVER_AUTOMATED_INSTALL}" = "false" ]] ; then - if (whiptail --backtitle "${RECEIVER_PROJECT_TITLE}" --title "Heywhaststhat.com Maimum Range Rings" --yesno "Maximum range rings can be added to dump1090-fa usings data obtained from Heywhatsthat.com. In order to add these rings to your dump1090-fa map you will first need to visit http://www.heywhatsthat.com and generate a new panorama centered on the location of your receiver. Once your panorama has been generated a link to the panorama will be displayed in the up left hand portion of the page. You will need the view id which is the series of letters and/or numbers after \"?view=\" in this URL.\n\nWould you like to add heywatsthat.com maximum range rings to your map?" 16 78); then + if (whiptail --backtitle "${RECEIVER_PROJECT_TITLE}" --title "Heywhaststhat.com Maximum Range Rings" --yesno "Maximum range rings can be added to dump1090-fa usings data obtained from Heywhatsthat.com. In order to add these rings to your dump1090-fa map you will first need to visit http://www.heywhatsthat.com and generate a new panorama centered on the location of your receiver. Once your panorama has been generated a link to the panorama will be displayed in the up left hand portion of the page. You will need the view id which is the series of letters and/or numbers after \"?view=\" in this URL.\n\nWould you like to add heywatsthat.com maximum range rings to your map?" 16 78); then # Set the DUMP1090_HEYWHATSTHAT_INSTALL variable to true. DUMP1090_HEYWHATSTHAT_INSTALL="true" # Ask the user for the Heywhatsthat.com panorama ID. diff --git a/bash/decoders/dump1090-mutability.sh b/bash/decoders/dump1090-mutability.sh index 82071ab..5cb8d6d 100755 --- a/bash/decoders/dump1090-mutability.sh +++ b/bash/decoders/dump1090-mutability.sh @@ -287,7 +287,7 @@ fi # Download Heywhatsthat.com maximum range rings. if [[ ! -f "/usr/share/dump1090-fa/html/upintheair.json" ]] ; then if [[ "${RECEIVER_AUTOMATED_INSTALL}" = "false" ]] ; then - if (whiptail --backtitle "${RECEIVER_PROJECT_TITLE}" --title "Heywhaststhat.com Maimum Range Rings" --yesno "Maximum range rings can be added to dump1090-fa usings data obtained from Heywhatsthat.com. In order to add these rings to your dump1090-fa map you will first need to visit http://www.heywhatsthat.com and generate a new panorama centered on the location of your receiver. Once your panorama has been generated a link to the panorama will be displayed in the up left hand portion of the page. You will need the view id which is the series of letters and/or numbers after \"?view=\" in this URL.\n\nWould you like to add heywatsthat.com maximum range rings to your map?" 16 78) ; then + if (whiptail --backtitle "${RECEIVER_PROJECT_TITLE}" --title "Heywhaststhat.com Maximum Range Rings" --yesno "Maximum range rings can be added to dump1090-fa usings data obtained from Heywhatsthat.com. In order to add these rings to your dump1090-fa map you will first need to visit http://www.heywhatsthat.com and generate a new panorama centered on the location of your receiver. Once your panorama has been generated a link to the panorama will be displayed in the up left hand portion of the page. You will need the view id which is the series of letters and/or numbers after \"?view=\" in this URL.\n\nWould you like to add heywatsthat.com maximum range rings to your map?" 16 78) ; then # Set the DUMP1090_HEYWHATSTHAT_INSTALL variable to true. DUMP1090_HEYWHATSTHAT_INSTALL="true" # Ask the user for the Heywhatsthat.com panorama ID. diff --git a/bash/image.sh b/bash/image.sh index 9cfe8a2..80cb7a5 100755 --- a/bash/image.sh +++ b/bash/image.sh @@ -116,7 +116,7 @@ fi # Download Heywhatsthat.com maximum range rings if the user wishes them to be displayed. if [[ ! -f "/usr/share/dump1090-mutability/html/upintheair.json" ]] || [[ ! -f "/usr/share/dump1090-fa/html/upintheair.json" ]] ; then - if (whiptail --backtitle "${RECEIVER_PROJECT_TITLE}" --title "Heywhatsthat.com Maimum Range Rings" --yesno "Maximum range rings can be added to dump1090-mutability usings data obtained from Heywhatsthat.com. In order to add these rings to your dump1090-mutability map you will first need to visit http://www.heywhatsthat.com and generate a new panorama centered on the location of your receiver. Once your panorama has been generated a link to the panorama will be displayed in the up left hand portion of the page. You will need the view id which is the series of letters and/or numbers after \"?view=\" in this URL.\n\nWould you like to add heywhatsthat.com maximum range rings to your map?" 16 78); then + if (whiptail --backtitle "${RECEIVER_PROJECT_TITLE}" --title "Heywhatsthat.com Maximum Range Rings" --yesno "Maximum range rings can be added to dump1090-mutability usings data obtained from Heywhatsthat.com. In order to add these rings to your dump1090-mutability map you will first need to visit http://www.heywhatsthat.com and generate a new panorama centered on the location of your receiver. Once your panorama has been generated a link to the panorama will be displayed in the up left hand portion of the page. You will need the view id which is the series of letters and/or numbers after \"?view=\" in this URL.\n\nWould you like to add heywhatsthat.com maximum range rings to your map?" 16 78); then HEYWHATSTHATID_TITLE="Heywhatsthat.com Panarama ID" while [[ -z "${HEYWHATSTHATID}" ]] ; do HEYWHATSTHATID=$(whiptail --backtitle "${RECEIVER_PROJECT_TITLE}" --title "${HEYWHATSTHATID_TITLE}" --nocancel --inputbox "\nEnter your Heywhatsthat.com panorama ID." 8 78 3>&1 1>&2 2>&3)