commit | 16a9fce0e104a38371a9e5a567ec611ae3fc7f33 | [log] [tgz] |
---|---|---|
author | ys9693 <ys9693@att.com> | Sun Jan 19 13:50:02 2020 +0200 |
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | Wed Jan 22 12:33:31 2020 +0000 |
tree | 03a2aff3060ddb5bc26a90115805a04becbaffc9 | |
parent | aa83a2da4f911c3ac89318b8e9e8403b072942e1 [diff] [blame] |
Catalog alignment Issue-ID: SDC-2724 Signed-off-by: ys9693 <ys9693@att.com> Change-Id: I52b4aacb58cbd432ca0e1ff7ff1f7dd52099c6fe
diff --git a/catalog-be/sdc-backend-init/startup.sh b/catalog-be/sdc-backend-init/startup.sh index 867ec94..1f3717a 100644 --- a/catalog-be/sdc-backend-init/startup.sh +++ b/catalog-be/sdc-backend-init/startup.sh
@@ -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