Fix bootstrap

This commit is contained in:
poka 2020-03-19 18:45:29 +01:00
parent b29ddba024
commit 5470dedb9e
1 changed files with 1 additions and 1 deletions

View File

@ -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"