1f3717abc0186ebe5d1ec28b046b6aeeaf467c0a
[sdc.git] / catalog-be / sdc-backend-init / startup.sh
1 #!/bin/sh
2
3 cd /root/chef-solo
4 chef-solo -c solo.rb -E ${ENVNAME}
5
6 while true; do sleep 2; done
7 #rc=$?
8 #if [[ $rc != 0 ]]; then exit $rc; fi