diff --git a/icecast/entrypoint.sh b/icecast/entrypoint.sh index a18194b..0207663 100755 --- a/icecast/entrypoint.sh +++ b/icecast/entrypoint.sh @@ -4,5 +4,7 @@ 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