Yuli Shlosberg | 958c32d | 2018-02-15 12:04:46 +0200 | [diff] [blame] | 1 | #!/bin/sh |
2 | |||||
andre.schmid | c6f11f2 | 2020-01-23 10:51:28 +0000 | [diff] [blame] | 3 | cd /root/chef-solo || exit $? |
4 | chef-solo -c solo.rb -E "${ENVNAME}" | ||||
5 | rc=$? | ||||
6 | if [ $rc != 0 ]; then exit $rc; fi |