From dc634838ae080400a749820f9fce3341cc277b10 Mon Sep 17 00:00:00 2001 From: frederik Date: Sun, 3 Nov 2024 11:05:51 +0100 Subject: [PATCH] Revert "fix: make sure we look for the correct gotty executable name" This reverts commit ee9aeb6d62a9b0703c537649054ae3ff2ce4a1ff. --- scripts/install_services.sh | 2 -- scripts/update_birdnet_snippets.sh | 5 ----- 2 files changed, 7 deletions(-) diff --git a/scripts/install_services.sh b/scripts/install_services.sh index 7c297e5..3b3ec8f 100755 --- a/scripts/install_services.sh +++ b/scripts/install_services.sh @@ -341,8 +341,6 @@ EOF install_phpsysinfo() { sudo -u ${USER} git clone https://github.com/phpsysinfo/phpsysinfo.git \ ${HOME}/phpsysinfo - gottyservice="gotty-$(uname -m)" - sed -i "s/,gotty,/,${gottyservice},/g" "$HOME"/BirdNET-Pi/templates/phpsysinfo.ini } config_icecast() { diff --git a/scripts/update_birdnet_snippets.sh b/scripts/update_birdnet_snippets.sh index 72fbe2a..f27fcf3 100755 --- a/scripts/update_birdnet_snippets.sh +++ b/scripts/update_birdnet_snippets.sh @@ -172,11 +172,6 @@ if ! [ -L /etc/avahi/services/http.service ];then systemctl restart avahi-daemon.service fi -if grep -q ",gotty," "$HOME/BirdNET-Pi/templates/phpsysinfo.ini" &>/dev/null; then - gottyservice="gotty-$(uname -m)" - sed -i "s/,gotty,/,${gottyservice},/g" "$HOME/BirdNET-Pi/templates/phpsysinfo.ini" -fi - if [ -L /usr/local/bin/analyze.py ];then rm -f /usr/local/bin/analyze.py fi