making changes to accomodate removing the pi user

This commit is contained in:
mcguirepr89
2022-04-11 10:16:54 -04:00
parent 341cc17264
commit 023b68f386
39 changed files with 167 additions and 191 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ lastcheck="$(mktemp)"
cp ${IDFILE} ${lastcheck}
/home/pi/BirdNET-Pi/scripts/update_species.sh
$HOME/BirdNET-Pi/scripts/update_species.sh
if ! diff ${IDFILE} ${lastcheck} &> /dev/null;then
SPECIES=$(diff ${IDFILE} ${lastcheck} \