another tweak

This commit is contained in:
Patrick McGuire
2021-10-29 17:23:55 -04:00
parent 7727056bae
commit f8dbd3b246
-17
View File
@@ -67,23 +67,6 @@ and then close the Mouse Pad editing window to continue."
sleep 1
done
source ${my_dir}/Birders_Guide_Installer_Configuration.txt || exit 1
else
echo
echo "It looks like you haven't filled out the Birders_Guide_Installer_Configuration.txt file
completely.
Open that file to edit it. (Go to the folder icon in the top left and look for the \"BirdNET-Pi\"
folder and double-click the file called \"Birders_Guide_Installer_Configuration.txt\"
Enter the latitude and longitude of where the BirdNET-Pi will be.
You can find this information at https://maps.google.com
Find your location on the map and right click to find your coordinates.
After you have filled out the configuration file, you can re-run this script. Just do the exact
same things you did to start this (copying and pasting from the Wiki) to try again.
Press Enter to close this window.
Good luck!"
read
exit 1
fi
echo "Installing the BirdNET-Pi configuration file."
install_birdnet_config || exit 1