blob: 1f3717abc0186ebe5d1ec28b046b6aeeaf467c0a [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}
ys969316a9fce2020-01-19 13:50:02 +02005
6while true; do sleep 2; done
7#rc=$?
8#if [[ $rc != 0 ]]; then exit $rc; fi