diff options
Diffstat (limited to 'sdc-os-chef/sdc-cassandra/startup.sh')
-rwxr-xr-x | sdc-os-chef/sdc-cassandra/startup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sdc-os-chef/sdc-cassandra/startup.sh b/sdc-os-chef/sdc-cassandra/startup.sh index c583876e2d..c779e3796d 100755 --- a/sdc-os-chef/sdc-cassandra/startup.sh +++ b/sdc-os-chef/sdc-cassandra/startup.sh @@ -6,7 +6,7 @@ rc=$? if [[ $rc != 0 ]]; then exit $rc; fi echo "########### starting cassandra ###########" -# start cassandra + /docker-entrypoint.sh cassandra -f & chef-solo -c solo.rb -E ${ENVNAME} |