Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
sdc
/
7aea13f3d9a93e56554c764c36d924d31690a689
/
.
/
sdc-os-chef
/
sdc-sanity
/
startup.sh
blob: 31a5d49f3a2a3963b5c1e59b3eddaf66c27d600e [
file
] [
log
] [
blame
]
#!/bin/sh
export CHEFNAME
=
$
{
ENVNAME
}
cd
/
root
/
chef
-
solo
chef
-
solo
-
c solo
.
rb
-
E $
{
CHEFNAME
}
rc
=
$
?
if
[[
$rc
!=
0
]];
then
echo
"Sanity failed !!!"
exit $rc
else
echo
"completed successfully :-)"
exit
0
fi
#/docker-entrypoint.sh