This commit is contained in:
Chris Long
2021-07-26 21:45:09 -07:00
parent 478c3131b2
commit 76978b7b03
2 changed files with 4 additions and 3 deletions

View File

@@ -110,7 +110,8 @@ main() {
# Build and Test Vagrant hosts
cd Vagrant || exit 1
build_vagrant_hosts
/bin/bash "$DL_DIR/Vagrant/post_build_checks.sh"
/bin/bash "$DL_DIR/Vagrant/post_build_checks.sh" > $DL_DIR/Vagrant/post_build.log
exit 0
}
main
EOF