Refactoring the sdc-BE-init python scripts
[sdc.git] / catalog-be / sdc-backend-init / startup.sh
1 #!/bin/sh
2
3 cd /home/"${user}"/chef-solo || exit $?
4 chef-solo -c solo.rb -E "${ENVNAME}"
5 rc=$?
6 if [ $rc != 0 ]; then exit $rc; fi