From 63f5c5ef2b8e0e4ee44c6bc626a8db2bc4d2fe5c Mon Sep 17 00:00:00 2001 From: poka Date: Sun, 17 May 2020 20:59:34 +0200 Subject: [PATCH] fix ipfs install --- .install/ipfs_alone.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.install/ipfs_alone.sh b/.install/ipfs_alone.sh index aadc740..6685231 100644 --- a/.install/ipfs_alone.sh +++ b/.install/ipfs_alone.sh @@ -111,7 +111,7 @@ sudo systemctl start ipfs || err "Start IPFS daemon" sleep 7 -ipfs swarm peers -[[ ! $(ipfs swarm peers) ]] && err "No peers found in swarm. Please open issue :https://git.p2p.legal/axiom-team/astroport/issues" +echo "Peers: " && ipfs swarm peers +#[[ ! $(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 #