Add message about building ISO

This commit is contained in:
Joshua Boniface 2023-09-01 15:42:00 -04:00
parent 79ecf05e1f
commit 4403bff888
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ fail() {
build_iso() {
if [[ ! -f pvc-installer_pxe-tmp.iso ]]; then
echo "Building installer ISO..."
./buildiso.sh \
-o pvc-installer_pxe-tmp.iso \
-u ${deployusername} \