Add message about building ISO

This commit is contained in:
Joshua Boniface
2023-08-30 09:46:39 -04:00
parent c40ca30854
commit 51c6d56aa1

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} \