From 29fbcc1db59c7d9010c516ea986113f20c920fa1 Mon Sep 17 00:00:00 2001 From: Slava <20563034+veaceslavdoina@users.noreply.github.com> Date: Wed, 26 Feb 2025 11:36:03 +0200 Subject: [PATCH] fix: do not echo bootstrap nodes separately --- run.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/run.sh b/run.sh index e62d720..2af89b8 100755 --- a/run.sh +++ b/run.sh @@ -150,7 +150,6 @@ show_progress "${message}" && show_pass "${message}" vars=$(env | grep CODEX) echo -e "${vars//CODEX_/ - CODEX_}" echo -e " $@" -echo -e " ${bootstrap_nodes[@]}" # Run Codex message="Running Codex"