From adff18c067eb64ccd52cbf93f075a5ec6510678e Mon Sep 17 00:00:00 2001 From: qo-op Date: Sat, 2 May 2020 03:16:01 +0200 Subject: [PATCH] e --- zen/tools/make_G1SSB_secret.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zen/tools/make_G1SSB_secret.sh b/zen/tools/make_G1SSB_secret.sh index 74f26c6..afb1827 100755 --- a/zen/tools/make_G1SSB_secret.sh +++ b/zen/tools/make_G1SSB_secret.sh @@ -21,7 +21,7 @@ echo ' # git & astroport code in ~/.zen [[ ! -d ~/.zen ]] && mkdir -p ~/.zen [[ !$(which git) ]] && sudo apt install git -y -[[ ! -d ~/.zen/astroport ]] && cd ~/.zen && git clone https://git.p2p.legal/axiom-team/astroport.git && cd astroport +[[ ! -d ~/.zen/astroport ]] && cd ~/.zen && git clone https://git.p2p.legal/axiom-team/astroport.git && cd astroport || exit 1 # INSTALL Silkaj, CLI for Duniter if [[ ! $(which silkaj) ]]; then