Skip to content

Commit

Permalink
Revert pulseaudio removal
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium committed Jul 6, 2024
1 parent ce24354 commit 8f69caf
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions birdnet-pi/rootfs/etc/cont-init.d/81-modifications.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ for file in $(find "$HOME"/BirdNET-Pi/templates/birdnet*.service -print0 | xargs
fi
done

# Remove pulseaudio server to force using HA one
echo "... remove embedded pulseaudio"
# shellcheck disable=SC2013
for file in $(grep -srl "pulseaudio --start" "$HOME"/BirdNET-Pi/scripts); do
sed -i "/pulseaudio --start/d" "$file"
done

# Send services log to container logs
echo "... send services log to container logs"
for file in $(find "$HOME"/BirdNET-Pi/templates/birdnet*.service -print0 | xargs -0 basename -a) livestream.service chart_viewer.service chart_viewer.service spectrogram_viewer.service; do
Expand Down

0 comments on commit 8f69caf

Please sign in to comment.