Revert "Update update_birdnet_snippets.sh"

This reverts commit 595c7fd3fc.
This commit is contained in:
ehpersonal38
2022-07-01 13:30:21 -04:00
parent 595c7fd3fc
commit eeb7e10327
-7
View File
@@ -102,13 +102,6 @@ if ! grep SILENCE_UPDATE_INDICATOR /etc/birdnet/birdnet.conf &>/dev/null;then
sudo -u$USER echo "SILENCE_UPDATE_INDICATOR=0" >> /etc/birdnet/birdnet.conf
fi
if [[ -s /etc/crontab && -z "$(tail -c 1 /etc/crontab)" ]]
then
echo ""
else
echo "\n" | sudo tee -a /etc/crontab
fi
sudo systemctl daemon-reload
restart_services.sh