blob: 13c882ab09eafc65f9710326b9d2f90d2722ddd0 [file] [log] [blame]
#!/bin/bash
cd /root/chef-solo
chef-solo -c solo.rb -E ${ENVNAME}
rc=$?
if [[ $rc != 0 ]]; then exit $rc; fi