aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-be/sdc-backend-init/startup.sh
blob: a379677bfb9b159d56438c3b27d0d7eb137039c4 (plain)
1
2
3
4
5
6
#!/bin/sh

cd /home/sdc/chef-solo || exit $?
chef-solo -c solo.rb -E "${ENVNAME}"
rc=$?
if [ $rc != 0 ]; then exit $rc; fi