blob: 9a8cbc3394b5bcfdcc9689263c13a6216407fa77 [file] [log] [blame]
#!/bin/sh
cd /root/chef-solo/
chef-solo -c solo.rb -E ${ENVNAME}
exit $?