added an index.html removal after /usr/local/bin copy

This commit is contained in:
Patrick McGuire
2021-10-03 18:15:27 -04:00
parent cadf8b90b8
commit cc0361c389
+1
View File
@@ -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() {