Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored Apr 5, 2020
1 parent 1902934 commit 42754a0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions container_files/usr-local-bin/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 42754a0

Please sign in to comment.