From 7136fc54164fbf94697ab7a755f69f235f907af7 Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Thu, 4 Nov 2021 13:53:00 -0400 Subject: [PATCH] Update update_services.sh --- scripts/update_services.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/update_services.sh b/scripts/update_services.sh index b8b46b7..4d4c5aa 100755 --- a/scripts/update_services.sh +++ b/scripts/update_services.sh @@ -248,11 +248,8 @@ EOF } update_etc_hosts() { - BIRDNETPI_URL=https://birdnetpi.pmcgui.xyz BIRDNETPI_URL="$(echo ${BIRDNETPI_URL} | sed 's/\/\//\\\/\\\//g')" - EXTRACTIONLOG_URL=https://extractionlog.pmcgui.xyz EXTRACTIONLOG_URL="$(echo ${EXTRACTIONLOG_URL} | sed 's/\/\//\\\/\\\//g')" - BIRDNETLOG_URL=https://birdnetlog.pmcgui.xyz BIRDNETLOG_URL="$(echo ${BIRDNETLOG_URL} | sed 's/\/\//\\\/\\\//g')" sed -ie s/'birdnetpi.local$'/"birdnetpi.local ${BIRDNETPI_URL} ${EXTRACTIONLOG_URL} ${BIRDNETLOG_URL}"/g /etc/hosts }