Update build.sh

This commit is contained in:
sump pump 2020-05-21 21:29:59 +00:00
parent 55b03ca155
commit 500cfd1a78

View File

@ -12,6 +12,7 @@ do
# Load relevant environment variables from lixonet.conf
unset git
source $dir/lixonet.conf
if [ -z "$git" ]; then echo "Missing 'git' variable in $dir/lixonet.conf"; exit 1; fi
echo "Configuring Lixonet3 network $netname from $git..."