1
1
Fork 1
This commit is contained in:
Derek Smith 2023-02-01 16:03:33 -05:00
parent 4124efe2ea
commit ce66768038
Signed by: farscapian
GPG Key ID: 8F1CD799CCA516CC
1 changed files with 4 additions and 3 deletions

View File

@ -402,13 +402,14 @@ export PRIMARY_WWW_FQDN="$WWW_HOSTNAME.$DOMAIN_NAME"
stub_site_definition
# bring the VMs up under the primary domain name.
instantiate_vms
echo "HERE"
exit 1
# bring the VMs up under the primary domain name.
instantiate_vms
# let's stub out the rest of our site definitions, if any.
for DOMAIN_NAME in ${OTHER_SITES_LIST//,/ }; do
export DOMAIN_NAME="$DOMAIN_NAME"