From 9698f70ad8163b17be05554ea8013062ca95bde2 Mon Sep 17 00:00:00 2001 From: poka Date: Sun, 17 May 2020 20:54:08 +0200 Subject: [PATCH] fix ipfs install --- .install/ipfs_alone.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.install/ipfs_alone.sh b/.install/ipfs_alone.sh index 38329bd..93ee7d7 100644 --- a/.install/ipfs_alone.sh +++ b/.install/ipfs_alone.sh @@ -111,6 +111,6 @@ sudo systemctl start ipfs || err "Start IPFS daemon" sleep 7 -[[ ! $(ipfs swarm peers) ]] && err "No peers found in swarm. Please open issue :https://git.p2p.legal/axiom-team/astroport/issues" || exit 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 #