From cc0361c389d3359178463a960c904f6082459c13 Mon Sep 17 00:00:00 2001 From: Patrick McGuire Date: Sun, 3 Oct 2021 18:15:27 -0400 Subject: [PATCH] added an index.html removal after /usr/local/bin copy --- scripts/install_services.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install_services.sh b/scripts/install_services.sh index 427a7d5..e4d8ffb 100755 --- a/scripts/install_services.sh +++ b/scripts/install_services.sh @@ -12,6 +12,7 @@ CONFIG_FILE="$(dirname ${my_dir})/birdnet.conf" install_scripts() { echo "Installing BirdNET-Lite scripts to /usr/local/bin" ln -sf ${my_dir}/* /usr/local/bin/ + rm /usr/local/bin/index.html } install_birdnet_analysis() {