labs: set OSBASH for export
Exporting VMs has not worked in a while. We need to set the OSBASH variable for the export functions to do anything. Change-Id: Ic30fed65d1f9993fcf37f89c3d8918086f252b4d
This commit is contained in:
parent
a38193f85a
commit
cff6747717
@ -79,6 +79,7 @@ while getopts :be:g:hnw opt; do
|
||||
echo "Error: -e argument must be ova or dir"
|
||||
exit
|
||||
fi
|
||||
OSBASH=exec_cmd
|
||||
;;
|
||||
b)
|
||||
OSBASH=exec_cmd
|
||||
|
Loading…
x
Reference in New Issue
Block a user