mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-11 19:01:31 +00:00
Don't ignore failures to find a base VMDK for OVAs
We should always build them, and treat them not existing as a failure.
This commit is contained in:
parent
dd9cf219c7
commit
c1a36eb3cd
@ -24,7 +24,7 @@ fi
|
|||||||
|
|
||||||
if [ ! -e ${base_vmdk} ]; then
|
if [ ! -e ${base_vmdk} ]; then
|
||||||
find . | grep vmdk
|
find . | grep vmdk
|
||||||
exit 0
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Lets be safe about this
|
# Lets be safe about this
|
||||||
|
Loading…
x
Reference in New Issue
Block a user