diff options
Diffstat (limited to 'sdc-os-chef/sdc-sanity/startup.sh')
-rw-r--r-- | sdc-os-chef/sdc-sanity/startup.sh | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/sdc-os-chef/sdc-sanity/startup.sh b/sdc-os-chef/sdc-sanity/startup.sh index e4edfc67e6..3a56a302f6 100644 --- a/sdc-os-chef/sdc-sanity/startup.sh +++ b/sdc-os-chef/sdc-sanity/startup.sh @@ -2,19 +2,4 @@ export CHEFNAME=${ENVNAME} cd /root/chef-solo -chef-solo -c solo.rb -E ${CHEFNAME} - -rc=$? - -#if [[ $rc != 0 ]]; then -# echo "Sanity failed !!!" -# exit $rc -#else -# echo "completed successfully :-)" -# exit 0 -#fi - -#while true; do sleep 2; done - -##/docker-entrypoint.sh - +chef-solo -c solo.rb -E ${CHEFNAME}
\ No newline at end of file |