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:
Daniel Watkins 2016-06-09 10:47:25 +01:00
parent dd9cf219c7
commit c1a36eb3cd

View File

@ -24,7 +24,7 @@ fi
if [ ! -e ${base_vmdk} ]; then
find . | grep vmdk
exit 0
exit 1
fi
# Lets be safe about this