From 05b5fac97b9a587314e76311d6dab670afebf94a Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Sat, 22 Jan 2022 16:38:27 -0500 Subject: [PATCH] Update Birders_Guide_Installer.sh --- Birders_Guide_Installer.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Birders_Guide_Installer.sh b/Birders_Guide_Installer.sh index 6ee1e5c..ad06f90 100755 --- a/Birders_Guide_Installer.sh +++ b/Birders_Guide_Installer.sh @@ -71,10 +71,7 @@ and then close the Mouse Pad editing window to continue." echo "Installing the BirdNET-Pi configuration file." install_birdnet_config || exit 1 echo "Installing BirdNET-Lite" - if ${my_dir}/scripts/install_birdnet.sh << EOF ; then - -n -EOF + if ${my_dir}/scripts/install_birdnet.sh;then echo "The next time you power on the raspberry pi, all of the services will start up automatically. The installation has finished. Press Enter to close this window."