We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fe5983 commit 37343a6Copy full SHA for 37343a6
janusgraph-dist/src/assembly/static/bin/janusgraph.sh
@@ -142,6 +142,8 @@ wait_for_shutdown() {
142
}
143
144
start() {
145
+ mkdir -p "$BIN"/../db
146
+
147
status_class $CASSANDRA_FRIENDLY_NAME $CASSANDRA_CLASS_NAME >/dev/null && status && echo "Stop services before starting" && exit 1
148
echo "Forking Cassandra..."
149
if [ -n "$VERBOSE" ]; then
0 commit comments