Skip to content

Commit

Permalink
ACRN: dm: Fix luanch UOS script "-d" parameter fail issue
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
liudlong authored and dongyaozu committed Mar 1, 2019
1 parent 0611899 commit 8a32406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devicemodel/samples/apl-mrb/launch_uos.sh
Expand Up @@ -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]
Expand Down

0 comments on commit 8a32406

Please sign in to comment.