Skip to content

Commit

Permalink
change detect script's filename
Browse files Browse the repository at this point in the history
  • Loading branch information
aroundabout committed Oct 13, 2023
1 parent a01d0e4 commit d924508
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ RUN set -e \

# 3. Init docker script
COPY hugegraph-dist/docker/scripts/remote-connect.groovy ./scripts
COPY hugegraph-dist/docker/scripts/try-storage.groovy ./scripts
COPY hugegraph-dist/docker/scripts/detect-storage.groovy ./scripts
COPY hugegraph-dist/docker/docker-entrypoint.sh .
RUN chmod 755 ./docker-entrypoint.sh

Expand Down
2 changes: 1 addition & 1 deletion hugegraph-dist/src/assembly/static/bin/wait-storage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ BIN=$(abs_path)
TOP="$(cd "$BIN"/../ && pwd)"
GRAPH_PROP="$TOP/conf/graphs/hugegraph.properties"
HUGE_STORAGE_TIMEOUT_S=120
TRY_STORAGE="$TOP/scripts/try-storage.groovy"
TRY_STORAGE="$TOP/scripts/detect-storage.groovy"

. "$BIN"/util.sh

Expand Down

0 comments on commit d924508

Please sign in to comment.