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