MT#4957 Die if virtualbox guest addtions ISO is not present but requested

ksolomko/vlan
Michael Prokop 13 years ago
parent 6f4bd7067f
commit 9380c4d290

@ -1774,7 +1774,7 @@ vagrant_configuration() {
fi
if [ ! -r "$isofile" ] ; then
echo "Error: could not find $isofile" >&2
die "Error: could not find $isofile" >&2
echo "TIP: Make sure to have virtualbox-guest-additions-iso installed."
fi

Loading…
Cancel
Save