blob: ad7f5f75da8f2f2345ad70c013534b4284f13468 [file] [log] [blame]
Michael Lando451a3402017-02-19 10:28:42 +02001#!/bin/sh
2
Michael Lando451a3402017-02-19 10:28:42 +02003cd /root/chef-solo
Yuli Shlosberg958c32d2018-02-15 12:04:46 +02004chef-solo -c solo.rb -E ${ENVNAME}
5rc=$?
6if [[ $rc != 0 ]]; then exit $rc; fi
Michael Lando451a3402017-02-19 10:28:42 +02007
8/docker-entrypoint.sh kibana
ml636r0649e652017-02-20 21:10:54 +02009