diff --git a/scripts/update_birdnet.sh b/scripts/update_birdnet.sh index 214f5f7..5381b57 100755 --- a/scripts/update_birdnet.sh +++ b/scripts/update_birdnet.sh @@ -110,7 +110,7 @@ echo "Updating BirdNET" remove_services | tee -a /tmp/birdnetupdate.log remove_scripts | tee -a /tmp/birdnetupdate.log cd ${HOME}/BirdNET-Pi || exit 1 -#git pull || exit 1 +git pull || exit 1 USER=${USER} sudo ./scripts/update_services.sh | tee -a /tmp/birdnetupdate.log echo "Restarting services"