Run buildiso.sh with a full path

This commit is contained in:
Joshua Boniface 2021-12-30 05:41:20 -05:00
parent 5a9d44511e
commit 47bb4cbbe5

View File

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