preparing for testing

This commit is contained in:
Patrick McGuire
2021-10-14 17:24:09 -04:00
parent 673c7fc8db
commit 08c88550f9
+1 -1
View File
@@ -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"