blob: 1871d685f6181fd59a2c8f2b63506e4946d2c49b [file] [log] [blame]
#!/bin/sh
cd /root/chef-solo/
chef-solo -c solo.rb -E ${ENVNAME}
chef_status=$?
/docker-entrypoint.sh elasticsearch &
exec "$@";