diff --git a/.install/ipfs_alone.sh b/.install/ipfs_alone.sh index 425f378..a116c92 100644 --- a/.install/ipfs_alone.sh +++ b/.install/ipfs_alone.sh @@ -109,7 +109,7 @@ ipfs bootstrap add /ip6/fd42:feed:feed:feed::1/tcp/4001/p2p/Qmb6Gyy3KFWTxWh4v6fB sudo systemctl start ipfs || err "Start IPFS daemon" -sleep 7 +sleep 3 echo "Peers: " && ipfs swarm peers && sleep 0.3 [[ ! $(ipfs swarm peers) ~= "/ip4/" ]] && err "No peers found in swarm. Please open issue :https://git.p2p.legal/axiom-team/astroport/issues"