blob: 0a96e4972316b9cc8e78eda3c8878e84a41cc1f9 [file] [log] [blame]
Yuli Shlosberg958c32d2018-02-15 12:04:46 +02001#!/bin/sh
2
andre.schmidc6f11f22020-01-23 10:51:28 +00003cd /root/chef-solo || exit $?
4chef-solo -c solo.rb -E "${ENVNAME}"
5rc=$?
6if [ $rc != 0 ]; then exit $rc; fi