fix: make sure we look for the correct gotty executable name
This commit is contained in:
@@ -341,6 +341,8 @@ 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() {
|
||||
|
||||
Reference in New Issue
Block a user