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

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