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"