Run buildiso.sh with a full path

This commit is contained in:
Joshua Boniface 2023-09-01 15:41:59 -04:00
parent c590411301
commit 982614e3c1
1 changed files with 2 additions and 1 deletions

View File

@ -79,8 +79,9 @@ fail() {
} }
build_iso() { build_iso() {
idir=$( dirname $0 )
if [[ ! -f pvc-installer_pxe-tmp.iso ]]; then if [[ ! -f pvc-installer_pxe-tmp.iso ]]; then
./buildiso.sh \ ${idir}/buildiso.sh \
-o pvc-installer_pxe-tmp.iso \ -o pvc-installer_pxe-tmp.iso \
-u ${deployusername} \ -u ${deployusername} \
${preserve_artifacts} \ ${preserve_artifacts} \