Run buildiso.sh with a full path
This commit is contained in:
parent
c590411301
commit
982614e3c1
|
@ -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} \
|
||||||
|
|
Loading…
Reference in New Issue