diff --git a/icecast/entrypoint.sh b/icecast/entrypoint.sh index 0207663..a18194b 100755 --- a/icecast/entrypoint.sh +++ b/icecast/entrypoint.sh @@ -4,7 +4,5 @@ set -e # Substitute environment variables into template envsubst < /etc/icecast2/icecast.xml.template > /etc/icecast2/icecast.xml -echo "test" - # Run icecast with the generated config exec icecast -c /etc/icecast2/icecast.xml