From 06b5a6750819cf7600af26bb7e7165f93ba5e401 Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Thu, 28 Oct 2021 13:51:29 -0400 Subject: [PATCH] Update Birders_Guide_Installer.sh --- Birders_Guide_Installer.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Birders_Guide_Installer.sh b/Birders_Guide_Installer.sh index ea1f6ea..bf677b4 100755 --- a/Birders_Guide_Installer.sh +++ b/Birders_Guide_Installer.sh @@ -328,14 +328,8 @@ Stage 2 guides you through configuring the essentials and installs the full Bird if [ ! -f ${HOME}/stage_1_complete ] ;then stage_1 + stage_2 else stage_2 - if [ -f ${HOME}/Birders_Guide_Installer.sh ];then - rm ${HOME}/Birders_Guide_Installer.sh - fi - rm ${HOME}/stage_1_complete - ${my_dir}/scripts/dump_logs.sh - systemctl --user disable --now birdnet-system-installer.service - sudo rm -f /etc/systemd/user/birdnet-system-installer.service fi