From 08c88550f94fe359af74378d20ed7e2550b59d70 Mon Sep 17 00:00:00 2001 From: Patrick McGuire Date: Thu, 14 Oct 2021 17:24:09 -0400 Subject: [PATCH] preparing for testing --- scripts/update_birdnet.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"