We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d01c873 commit 69f5d16Copy full SHA for 69f5d16
hugegraph-dist/src/assembly/static/bin/hugegraph
@@ -23,8 +23,8 @@
23
INSTALL_DIR=
24
SERVER_PORT=
25
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"}
+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"}
28
29
BIN_DIR=$INSTALL_DIR/bin
30
SERVER_URL="http://localhost:${SERVER_PORT}"
0 commit comments