Skip to content

Commit

Permalink
docker: restore echo custom
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxcanfly committed Nov 24, 2023
1 parent 2c239dd commit 4855936
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,11 @@ while [ "${#GENESIS}" -le 4 -a $CNT -ne $MAX ]; do
sleep 1
done

CELESTIA_CUSTOM=test:$GENESIS celestia-da bridge init --node.store /home/celestia/bridge
CELESTIA_CUSTOM=test:$GENESIS celestia-da bridge start \
export CELESTIA_CUSTOM=test:$GENESIS
echo $CELESTIA_CUSTOM

celestia-da bridge init --node.store /home/celestia/bridge
celestia-da bridge start \
--node.store $NODE_PATH --gateway \
--core.ip 127.0.0.1 \
--keyring.accname validator \
Expand Down

0 comments on commit 4855936

Please sign in to comment.