Fix CODEX_LISTEN_ADDRS variable

This commit is contained in:
Slava 2024-11-11 23:39:32 +02:00
parent 090437514d
commit d20e46e552
No known key found for this signature in database
GPG Key ID: 351E7AA9BD0DFEB8

1
run.sh
View File

@ -150,7 +150,6 @@ echo -e " ${bootstrap_nodes[@]}"
# Run Codex
message="Running Codex"
show_progress "${message}" && show_pass "${message}\n"
export CODEX_LISTEN_ADDRS="//ip4/0.0.0.0/tcp/8070"
${CODEX_BINARY} \
"${bootstrap_nodes[@]}" \