mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-06 03:44:53 +01:00
6 lines
153 B
Plaintext
6 lines
153 B
Plaintext
#!/usr/bin/with-contenv bashio
|
|
# shellcheck shell=bash
|
|
set -euo pipefail
|
|
export PULSE_SERVER=unix:/run/pulse/native
|
|
exec /usr/local/bin/start-icecast.sh
|