From 816f314871395cd497fd9be77670c3f0525dd818 Mon Sep 17 00:00:00 2001 From: Adam French Date: Mon, 24 Nov 2025 14:13:28 +0000 Subject: [PATCH] fix icecast to icecast2 --- icecast/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/icecast/entrypoint.sh b/icecast/entrypoint.sh index a18194b..0738dec 100755 --- a/icecast/entrypoint.sh +++ b/icecast/entrypoint.sh @@ -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