Update build.sh

This commit is contained in:
sump pump 2020-05-21 21:36:48 +00:00
parent 0159f1fe69
commit 930af3e280

View File

@ -17,6 +17,7 @@ do
echo "Configuring Lixonet3 network $netname from $git..." echo "Configuring Lixonet3 network $netname from $git..."
# Clone and enter the repository # Clone and enter the repository
rm -rf "$(basename "$git" .git)"
git clone $git git clone $git
cd "$(basename "$git" .git)" cd "$(basename "$git" .git)"