Initial CUSTOM_IMAGE commit

This commit is contained in:
ehpersonal38
2023-03-14 22:24:27 -04:00
parent aaffa6f5c5
commit 9efc79f0b2
5 changed files with 79 additions and 0 deletions
+8
View File
@@ -174,5 +174,13 @@ if ! grep RAW_SPECTROGRAM /etc/birdnet/birdnet.conf &>/dev/null;then
sudo -u$USER echo "RAW_SPECTROGRAM=0" >> /etc/birdnet/birdnet.conf
fi
if ! grep CUSTOM_IMAGE /etc/birdnet/birdnet.conf &>/dev/null;then
sudo -u$USER echo "CUSTOM_IMAGE=" >> /etc/birdnet/birdnet.conf
fi
if ! grep CUSTOM_IMAGE_TITLE /etc/birdnet/birdnet.conf &>/dev/null;then
sudo -u$USER echo "CUSTOM_IMAGE_TITLE=" >> /etc/birdnet/birdnet.conf
fi
sudo systemctl daemon-reload
restart_services.sh