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