Catalog alignment
[sdc.git] / catalog-be / sdc-backend-init / startup.sh
index 867ec94..1f3717a 100644 (file)
@@ -2,5 +2,7 @@
 
 cd /root/chef-solo
 chef-solo -c solo.rb -E ${ENVNAME}
-rc=$?
-if [[ $rc != 0 ]]; then exit $rc; fi
+
+while true; do sleep 2; done
+#rc=$?
+#if [[ $rc != 0 ]]; then exit $rc; fi