mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-02 22:04:06 +02:00
Modify pulseaudio start command in script
This commit is contained in:
@@ -84,7 +84,7 @@ fi
|
|||||||
|
|
||||||
# Allow pulseaudio system
|
# Allow pulseaudio system
|
||||||
echo "... allow pulseaudio as root as backup"
|
echo "... allow pulseaudio as root as backup"
|
||||||
sed -i 's#pulseaudio --start#pulseaudio --start 2>/dev/null && pulseaudio --check || pulseaudio --system#g' "$HOME"/BirdNET-Pi/scripts/birdnet_recording.sh
|
sed -i 's#pulseaudio --start#pulseaudio --start || pulseaudio --system#g' "$HOME"/BirdNET-Pi/scripts/birdnet_recording.sh
|
||||||
|
|
||||||
# Send services log to container logs
|
# Send services log to container logs
|
||||||
echo "... redirecting services logs to container logs"
|
echo "... redirecting services logs to container logs"
|
||||||
|
|||||||
Reference in New Issue
Block a user