From 6cee3523b64c2a7adec03c1d3f61f380b743c870 Mon Sep 17 00:00:00 2001 From: ehpersonal38 <103586016+ehpersonal38@users.noreply.github.com> Date: Wed, 22 Jun 2022 18:56:35 -0400 Subject: [PATCH] Update update_birdnet_snippets.sh No need for this - config.php creates it anyway with the proper user --- scripts/update_birdnet_snippets.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/update_birdnet_snippets.sh b/scripts/update_birdnet_snippets.sh index d7e86c2..e763953 100755 --- a/scripts/update_birdnet_snippets.sh +++ b/scripts/update_birdnet_snippets.sh @@ -53,7 +53,6 @@ if [[ "$apprise_installation_status" = "not installed" ]];then ~/BirdNET-Pi/birdnet/bin/pip3 install -U pip ~/BirdNET-Pi/birdnet/bin/pip3 install apprise fi -[ -f $HOME/BirdNET-Pi/apprise.txt ] || sudo -E -u$USER touch $HOME/BirdNET-Pi/apprise.txt if ! which lsof &>/dev/null;then sudo apt update && sudo apt -y install lsof fi