Fix editing tmkms config file in run script
This commit is contained in:
parent
3aac2a7593
commit
84f2497d4a
@ -23,7 +23,7 @@ tmkms softsign keygen $TMKMS_SECRETS_DIR/kms-identity.key
|
||||
echo "Updating tmkms.toml with chain_id, node IP, and key prefixes..."
|
||||
|
||||
# Add chain configuration
|
||||
cat <<EOF >> $TMKMS_HOME/tmkms.toml
|
||||
cat <<EOF > $TMKMS_HOME/tmkms.toml
|
||||
|
||||
[[chain]]
|
||||
id = "$CERC_CHAIN_ID"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user