mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-03-25 09:51:23 +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
|
||||
find . | grep vmdk
|
||||
exit 0
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Lets be safe about this
|
||||
|
Loading…
x
Reference in New Issue
Block a user