Skip to content

Commit 69f5d16

Browse files
committed
fix: hugegraph script error
1 parent d01c873 commit 69f5d16

File tree

1 file changed

+2
-2
lines changed
  • hugegraph-dist/src/assembly/static/bin

1 file changed

+2
-2
lines changed

hugegraph-dist/src/assembly/static/bin/hugegraph

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
INSTALL_DIR=
2424
SERVER_PORT=
2525

26-
${INSTALL_DIR:?"Please open the script then set variable 'INSTALL_DIR' manually"}
27-
${SERVER_PORT:?"Please open the script then set variable 'SERVER_PORT' manually"}
26+
INSTALL_DIR=${INSTALL_DIR:?"Please open the script then set variable 'INSTALL_DIR' manually"}
27+
SERVER_PORT=${SERVER_PORT:?"Please open the script then set variable 'SERVER_PORT' manually"}
2828

2929
BIN_DIR=$INSTALL_DIR/bin
3030
SERVER_URL="http://localhost:${SERVER_PORT}"

0 commit comments

Comments
 (0)