silencing that check
This commit is contained in:
@@ -61,7 +61,7 @@ fi
|
|||||||
if ! grep FLICKR_API_KEY /etc/birdnet/birdnet.conf &>/dev/null;then
|
if ! grep FLICKR_API_KEY /etc/birdnet/birdnet.conf &>/dev/null;then
|
||||||
sudo -u$USER echo "FLICKR_API_KEY=" >> /etc/birdnet/birdnet.conf
|
sudo -u$USER echo "FLICKR_API_KEY=" >> /etc/birdnet/birdnet.conf
|
||||||
fi
|
fi
|
||||||
if systemctl list-unit-files pushed_notifications.service;then
|
if systemctl list-unit-files pushed_notifications.service &>/dev/null;then
|
||||||
sudo systemctl disable --now pushed_notifications.service
|
sudo systemctl disable --now pushed_notifications.service
|
||||||
sudo rm -f /usr/lib/systemd/system/pushed_notifications.service
|
sudo rm -f /usr/lib/systemd/system/pushed_notifications.service
|
||||||
sudo rm $HOME/BirdNET-Pi/templates/pushed_notifications.service
|
sudo rm $HOME/BirdNET-Pi/templates/pushed_notifications.service
|
||||||
|
|||||||
Reference in New Issue
Block a user