ACRN: dm: Fix luanch UOS script "-d" parameter fail issue

Fix launch UOS script "-d" parameter fail issue

Tracked-On: #2659
Signed-off-by: Long Liu <long.liu@intel.com>
Reviewed-by: Binbin Wu <binbin.wu@intel.com>
This commit is contained in:
Long Liu 2019-03-01 16:14:04 +08:00 committed by Eddie Dong
parent 061189981d
commit 8a324060c1
1 changed files with 1 additions and 1 deletions

View File

@ -465,7 +465,7 @@ echo "'#runc exec <vmname> bash' to login the container bash"
exit
}
while getopts "V:M:hd:C" opt
while getopts "V:M:hdC" opt
do
case $opt in
V) launch_type=$[$OPTARG]