Skip to content

Commit

Permalink
Update run.sh
Browse files Browse the repository at this point in the history
remove lines
  • Loading branch information
dmikey authored May 15, 2024
1 parent 27556b9 commit 25a2ffc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docker/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,7 @@ if [ -f "$CONFIG_PATH/identity" ]; then
echo "Node restored from backup"
else
echo "Generating New Node Identity"
# blsd keys add node --keyring-backend=test --home=/app/.blockless-chain > /dev/null 2>&1
cd /app/keys
if [ -n "$KEY_PASSWORD" ]; then
# echo $KEY_PASSWORD | blsd keys export node --keyring-backend=test --home=/app/.blockless-chain > /app/keys/wallet.key
fi
../b7s-keyforge
# Backup keys
if [ -n "$KEY_PATH" ]; then
Expand Down

0 comments on commit 25a2ffc

Please sign in to comment.