diff --git a/homepage/style.css b/homepage/style.css index 4145aec..88ac29e 100644 --- a/homepage/style.css +++ b/homepage/style.css @@ -372,7 +372,6 @@ button:hover { width: 33%; height: 15px; border-radius: 5px; - background: #d3d3d3; outline: none; opacity: 0.7; -webkit-transition: .2s; diff --git a/scripts/update_birdnet_snippets.sh b/scripts/update_birdnet_snippets.sh index 148159a..fb3372c 100755 --- a/scripts/update_birdnet_snippets.sh +++ b/scripts/update_birdnet_snippets.sh @@ -38,7 +38,7 @@ if ! grep APPRISE_NOTIFY_EACH_DETECTION /etc/birdnet/birdnet.conf &>/dev/null;th sudo -u$USER echo "APPRISE_NOTIFY_EACH_DETECTION=0 " >> /etc/birdnet/birdnet.conf fi if ! grep APPRISE_NOTIFY_NEW_SPECIES /etc/birdnet/birdnet.conf &>/dev/null;then - sudo -u$USER echo "APPRISE_NOTIFY_EACH_DETECTION=0 " >> /etc/birdnet/birdnet.conf + sudo -u$USER echo "APPRISE_NOTIFY_NEW_SPECIES=0 " >> /etc/birdnet/birdnet.conf fi apprise_installation_status=$(~/BirdNET-Pi/birdnet/bin/python3 -c 'import pkgutil; print("installed" if pkgutil.find_loader("apprise") else "not installed")') if [[ "$apprise_installation_status" = "not installed" ]];then