1
1

Fix execution bug.

This commit is contained in:
Derek Smith 2023-12-14 19:54:18 -05:00
parent aaab6f3515
commit 6f83bf5195
Signed by: farscapian
GPG Key ID: B443E530A14E1C90

View File

@ -374,9 +374,6 @@ for VIRTUAL_MACHINE in $VMS_TO_PROVISION; do
elif [ "$VIRTUAL_MACHINE" = "$BASE_IMAGE_VM_NAME" ]; then elif [ "$VIRTUAL_MACHINE" = "$BASE_IMAGE_VM_NAME" ]; then
FQDN="$BASE_IMAGE_VM_NAME" FQDN="$BASE_IMAGE_VM_NAME"
else
echo "ERROR: VIRTUAL_MACHINE not within allowable bounds."
exit
fi fi
export FQDN="$FQDN" export FQDN="$FQDN"