fix: do not echo bootstrap nodes separately

This commit is contained in:
Slava 2025-02-26 11:36:03 +02:00
parent 31e4dd8afb
commit 29fbcc1db5
No known key found for this signature in database
GPG Key ID: 351E7AA9BD0DFEB8

1
run.sh
View File

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