diff --git a/buildpxe.sh b/buildpxe.sh index 5c33e46..3af9aa5 100755 --- a/buildpxe.sh +++ b/buildpxe.sh @@ -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} \