mirror of
https://github.com/codex-storage/get-codex.git
synced 2025-02-22 22:18:15 +00:00
Fix CODEX_LISTEN_ADDRS variable (#15)
This commit is contained in:
parent
090437514d
commit
20fd6e1d44
1
run.sh
1
run.sh
@ -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[@]}" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user