From 129cd9f0485d7b98c1677f3ed0287ebe418529ab Mon Sep 17 00:00:00 2001 From: poka Date: Wed, 20 May 2020 03:06:22 +0200 Subject: [PATCH] Fix 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 a116c92..2371720 100644 --- a/.install/ipfs_alone.sh +++ b/.install/ipfs_alone.sh @@ -112,6 +112,6 @@ sudo systemctl start ipfs || err "Start IPFS daemon" 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" +[[ ! $(ipfs swarm peers) =~ "/ip4/" ]] && err "No peers found in swarm. Please open issue :https://git.p2p.legal/axiom-team/astroport/issues" } # this ensures the entire script is downloaded #