From 618a10b7bd43cb5602b3c1dbf46867c68e116a28 Mon Sep 17 00:00:00 2001 From: Patrick McGuire <60325264+mcguirepr89@users.noreply.github.com> Date: Thu, 20 Jan 2022 16:36:49 -0500 Subject: [PATCH] Update update_services.sh --- scripts/update_services.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/update_services.sh b/scripts/update_services.sh index 5fbf27c..dbb64df 100755 --- a/scripts/update_services.sh +++ b/scripts/update_services.sh @@ -16,7 +16,6 @@ set_hostname() { echo "Setting hostname to 'birdnetpi'" hostnamectl set-hostname birdnetpi sed -i 's/raspberrypi/birdnetpi/g' /etc/hosts - sed -i 's/localhost$/localhost birdnetpi.local/g' /etc/hosts fi }