Skip to content

Commit 9881eba

Browse files
committed
fix: add colon for -y param in start-hugegraph.sh
1 parent 77a62f3 commit 9881eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hugegraph-server/hugegraph-dist/src/assembly/static/bin/start-hugegraph.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ PID_FILE="$BIN/pid"
4646

4747
. "$BIN"/util.sh
4848

49-
while getopts "d:g:m:p:s:j:t:y" arg; do
49+
while getopts "d:g:m:p:s:j:t:y:" arg; do
5050
case ${arg} in
5151
d) DAEMON="$OPTARG" ;;
5252
g) GC_OPTION="$OPTARG" ;;

0 commit comments

Comments
 (0)