Fix CODEX_LISTEN_ADDRS variable (#15)

This commit is contained in:
Slava 2024-11-11 23:40:26 +02:00 committed by GitHub
parent 090437514d
commit 20fd6e1d44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

1
run.sh
View File

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