From 1084e0b6d32e615802efde7a4cf3f28e62f24e8d Mon Sep 17 00:00:00 2001 From: Shreerang Kale Date: Tue, 10 Jun 2025 19:19:47 +0530 Subject: [PATCH] Fix editing tmkms config file in run script --- stack-orchestrator/config/tmkms/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stack-orchestrator/config/tmkms/run.sh b/stack-orchestrator/config/tmkms/run.sh index 2c5c683..09af613 100755 --- a/stack-orchestrator/config/tmkms/run.sh +++ b/stack-orchestrator/config/tmkms/run.sh @@ -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 <> $TMKMS_HOME/tmkms.toml +cat < $TMKMS_HOME/tmkms.toml [[chain]] id = "$CERC_CHAIN_ID"