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