Skip to content
Snippets Groups Projects
Unverified Commit 37343a67 authored by Florian Hockmann's avatar Florian Hockmann
Browse files

Ensure db directory exists #1660 [skip ci]

parent 8fe5983c
Branches
Tags v0.4.0
No related merge requests found
......@@ -142,6 +142,8 @@ wait_for_shutdown() {
}
start() {
mkdir -p "$BIN"/../db
status_class $CASSANDRA_FRIENDLY_NAME $CASSANDRA_CLASS_NAME >/dev/null && status && echo "Stop services before starting" && exit 1
echo "Forking Cassandra..."
if [ -n "$VERBOSE" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment