fix icecast to icecast2

This commit is contained in:
2025-11-24 14:13:28 +00:00
parent 5589bf60ab
commit 816f314871

View File

@@ -5,4 +5,4 @@ set -e
envsubst < /etc/icecast2/icecast.xml.template > /etc/icecast2/icecast.xml
# Run icecast with the generated config
exec icecast -c /etc/icecast2/icecast.xml
exec icecast2 -c /etc/icecast2/icecast.xml