diff --git a/container_files/usr-local-bin/entrypoint.sh b/container_files/usr-local-bin/entrypoint.sh index f220b548..4c4a9099 100755 --- a/container_files/usr-local-bin/entrypoint.sh +++ b/container_files/usr-local-bin/entrypoint.sh @@ -5,8 +5,10 @@ prepConf if [ "$#" -eq 0 ]; then + echo no component set to run finishPrep exec /usr/bin/supervisord -c /opt/tier-support/supervisord.conf else + echo executing $@ exec "$@" fi