blob: 867ec94b310dbe7a8d89823cc3291e2784ae0ea4 [file] [log] [blame]
Yuli Shlosberg958c32d2018-02-15 12:04:46 +02001#!/bin/sh
2
3cd /root/chef-solo
4chef-solo -c solo.rb -E ${ENVNAME}
5rc=$?
6if [[ $rc != 0 ]]; then exit $rc; fi