Skip to content

Commit

Permalink
Fix typographical error in startup script name
Browse files Browse the repository at this point in the history
  • Loading branch information
hsoerensen committed Jan 16, 2024
1 parent 626b5c2 commit 3177e04
Show file tree
Hide file tree
Showing 2 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 @@ -11,7 +11,7 @@ ENV NETWORK=voitest \

COPY ./config.json /etc/algorand/config.json
COPY ./start.sh /node/run/start.sh
COPY ./voi-startup.sh /node/run/voi-catchup.sh
COPY ./voi-startup.sh /node/run/voi-startup.sh

RUN apt-get update && apt-get dist-upgrade -y && apt install -y jq bc curl

Expand Down
2 changes: 1 addition & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
set -e

/node/run/run.sh &
/node/run/voi-catchup.sh
/node/run/voi-startup.sh

0 comments on commit 3177e04

Please sign in to comment.