Browse Source

Fix

pull/8163/head
Simon Kirillov 2 years ago
parent
commit
e3881e7846
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      DOCKER/docker-entrypoint.sh

+ 1
- 1
DOCKER/docker-entrypoint.sh View File

@ -26,7 +26,7 @@ if [ ! -d "$TMHOME/config" ]; then
"$TMHOME/config/genesis.json" > "$TMHOME/config/genesis.json.new"
mv "$TMHOME/config/genesis.json.new" "$TMHOME/config/genesis.json"
if [ ! -z IS_INIT_CMD ]; then
if [ -n "$IS_INIT_CMD" ]; then
exit
fi
fi


Loading…
Cancel
Save