Skip to content

Commit

Permalink
fixed start scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Lavanya Vijayakrishnan authored and Lavanya Vijayakrishnan committed Jan 18, 2025

Verified

This commit was signed with the committer’s verified signature.
Detegr Antti Keränen
1 parent de6bffb commit 63498f9
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@ set -ev

HOME_DIR=$(pwd)
source $HOME_DIR/hugegraph-commons/hugegraph-common/src/main/resources/version.properties
PD_DIR=$HOME_DIR/hugegraph-pd/apache-hugegraph-pd-incubating-${revision}
PD_DIR=$HOME_DIR/hugegraph-pd/apache-hugegraph-pd-incubating-${version}

pushd $PD_DIR
. bin/start-hugegraph-pd.sh
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ set -ev
HOME_DIR=$(pwd)

source $HOME_DIR/hugegraph-commons/hugegraph-common/src/main/resources/version.properties
STORE_DIR=$HOME_DIR/hugegraph-store/apache-hugegraph-store-incubating-${revision}
STORE_DIR=$HOME_DIR/hugegraph-store/apache-hugegraph-store-incubating-${version}

pushd $STORE_DIR
. bin/start-hugegraph-store.sh

0 comments on commit 63498f9

Please sign in to comment.