From 6c17810e5169a2c0657abaee491bf7fbdb7a39be Mon Sep 17 00:00:00 2001 From: Patrick McGuire Date: Sat, 16 Oct 2021 12:43:09 -0400 Subject: [PATCH] nevermind, I'm and idiot! --- scripts/species_notifier.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/species_notifier.sh b/scripts/species_notifier.sh index 9cb76e7..a7a01bc 100755 --- a/scripts/species_notifier.sh +++ b/scripts/species_notifier.sh @@ -10,7 +10,7 @@ lastcheck="$(mktemp)" cp ${IDFILE} ${lastcheck} -/home/pi/BirdNET-Pi/scripts/new_update_species.sh +/home/pi/BirdNET-Pi/scripts/update_species.sh if ! diff ${IDFILE} ${lastcheck} &> /dev/null;then SPECIES=$(diff ${IDFILE} ${lastcheck} \