Skip to content

Commit

Permalink
remove perm fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gusin13 committed Sep 6, 2024
1 parent b3e19cb commit e6b7968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/images/bcd/pre-deployment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Create new directory that will hold node and services' configuration
mkdir -p .testnets && chmod -R 777 .testnets
docker run --rm -v $(pwd)/.testnets:/data --user $(id -u):$(id -g) babylonlabs-io/babylond \
docker run --rm -v $(pwd)/.testnets:/data babylonlabs-io/babylond \
babylond testnet init-files --v 2 -o /data \
--starting-ip-address 192.168.10.2 --keyring-backend=test \
--chain-id chain-test --epoch-interval 10 \
Expand Down

0 comments on commit e6b7968

Please sign in to comment.