Fix install

This commit is contained in:
poka 2020-05-20 02:06:08 +02:00
parent 14a38a4735
commit 7280fe49fb
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ sudo systemctl start ipfs || err "Start IPFS daemon"
sleep 7
echo "Peers: " && ipfs swarm peers
echo "Peers: " && ipfs swarm peers && sleep 1
[[ $(ipfs swarm peers) == "" ]] && err "No peers found in swarm. Please open issue :https://git.p2p.legal/axiom-team/astroport/issues"
# this ensures the entire script is downloaded #