Remove the NETWORK_BASE from build.sh
remove the NETWORK_BASE from build.sh because it already been setup at the variables.sh Change-Id: I5143691ea83e9c8f8c7f91e6a56788fa62b4eee4
This commit is contained in:
parent
f93ec3d2be
commit
2a34b74d56
@ -20,10 +20,6 @@ source functions.rc
|
||||
# bring in variable definitions if there is a variables.sh file
|
||||
[[ -f variables.sh ]] && source variables.sh
|
||||
|
||||
# Provide defaults for unset variables
|
||||
# Set first two octets of network used for containers, storage, etc
|
||||
NETWORK_BASE=${NETWORK_BASE:-172.29}
|
||||
|
||||
# Instruct the system do all of the require host setup
|
||||
SETUP_HOST=${SETUP_HOST:-true}
|
||||
[[ "${SETUP_HOST}" = true ]] && source setup-host.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user