Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
sdc
/
8265fac8ef1c8f4fcb8efbf594aef71288c387b4
/
.
/
test-apis-ci
/
sdc-api-tests
/
startup.sh
blob: 349741c353a86589ce7da1f5508d1287bd703a81 [
file
] [
log
] [
blame
]
#!/bin/bash
cd
/
root
/
chef
-
solo
chef
-
solo
-
c solo
.
rb
-
E $
{
ENVNAME
}
rc
=
$
?
if
[[
$rc
!=
0
]];
then
echo
"Sanity failed !!!"
exit $rc
else
echo
"completed successfully :-)"
exit
0
fi