Fix editing tmkms config file in run script

This commit is contained in:
Shreerang Kale 2025-06-10 19:19:47 +05:30
parent d4745e0c27
commit 1084e0b6d3

View File

@ -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"