TT#80000 Fix syntax error

Fixes: commit 0dd8ba52bb
Change-Id: If56f5b5b4701fd8bb6487591b939b0508a8cd05b
changes/88/39488/1
Guillem Jover 5 years ago
parent 0dd8ba52bb
commit 4a3ec3ea28

@ -1860,7 +1860,7 @@ vagrant_configuration() {
local VIRTUALBOX_DIR="/usr/share/virtualbox"
local VIRTUALBOX_ISO="VBoxGuestAdditions.iso"
lcoal vbox_isofile="${VIRTUALBOX_DIR}/${VIRTUALBOX_ISO}"
local vbox_isofile="${VIRTUALBOX_DIR}/${VIRTUALBOX_ISO}"
if [ ! -r "$vbox_isofile" ] ; then
die "Error: could not find $vbox_isofile"

Loading…
Cancel
Save