From 5470dedb9e6dc29a9cc730184fb29c8974b90493 Mon Sep 17 00:00:00 2001 From: poka Date: Thu, 19 Mar 2020 18:45:29 +0100 Subject: [PATCH] Fix bootstrap --- bootstrap_astroport.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap_astroport.sh b/bootstrap_astroport.sh index cd70c0d..e4196cf 100755 --- a/bootstrap_astroport.sh +++ b/bootstrap_astroport.sh @@ -3,7 +3,7 @@ # Check if this script is not execute inside astroport folder [[ $(basename "$PWD") == "astroport" ]] && echo "DO NOT EXECUTE THIS SCRIPT INSIDE ASTROPORT FOLDER!" && exit 1 -rm -rf astroport +[[ -d astroport ]] && rm -rf astroport && echo "astroport folder as been deleted." giturl="http://192.168.9.19:3000" #giturl="https://git.p2p.legal"