Don't ignore failures to find a base VMDK for OVAs

We should always build them, and treat them not existing as a failure.
ubuntu/yakkety
Daniel Watkins 9 years ago
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…
Cancel
Save