Skip to content

Commit

Permalink
fix: hugegraph script error (#2044)
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxxoo authored Dec 4, 2022
1 parent d01c873 commit 627a028
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hugegraph-dist/src/assembly/static/bin/hugegraph
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
INSTALL_DIR=
SERVER_PORT=

${INSTALL_DIR:?"Please open the script then set variable 'INSTALL_DIR' manually"}
${SERVER_PORT:?"Please open the script then set variable 'SERVER_PORT' manually"}
INSTALL_DIR=${INSTALL_DIR:?"Please open the script then set variable 'INSTALL_DIR' manually"}
SERVER_PORT=${SERVER_PORT:?"Please open the script then set variable 'SERVER_PORT' manually"}

BIN_DIR=$INSTALL_DIR/bin
SERVER_URL="http://localhost:${SERVER_PORT}"
Expand Down

0 comments on commit 627a028

Please sign in to comment.