blob: 3e474f3c8970be60af0bbc239dd0af8f6b834c22 [file] [log] [blame]
Yuli Shlosberg0875ce02018-01-25 13:53:36 +02001#!/bin/bash
2
MichaelMorrisa2abf6e2020-03-10 12:37:48 +00003cd /home/sdc/chef-solo
Yuli Shlosberg0875ce02018-01-25 13:53:36 +02004chef-solo -c solo.rb -E ${ENVNAME}
5rc=$?
MichaelMorrisa2abf6e2020-03-10 12:37:48 +00006if [[ $rc != 0 ]]; then exit $rc; fi