From 88dca4044d0c9444c027b761054014b1ffac6400 Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Sun, 17 Apr 2022 14:53:39 -0400 Subject: [PATCH] Update install_services.sh --- scripts/install_services.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/install_services.sh b/scripts/install_services.sh index b9b30f9..4e52533 100755 --- a/scripts/install_services.sh +++ b/scripts/install_services.sh @@ -105,7 +105,6 @@ ExecStart=/usr/local/bin/species_notifier.sh WantedBy=multi-user.target EOF ln -sf $HOME/BirdNET-Pi/templates/pushed_notifications.service /usr/lib/systemd/system - systemctl enable pushed_notifications.service } create_necessary_dirs() {