Update update_services.sh

This commit is contained in:
Patrick McGuire
2022-01-20 16:36:49 -05:00
committed by GitHub
parent f3fa4f5bd1
commit 618a10b7bd
-1
View File
@@ -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
}