mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-09 17:07:00 +00:00
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:
parent
061189981d
commit
8a324060c1
@ -465,7 +465,7 @@ echo "'#runc exec <vmname> bash' to login the container bash"
|
|||||||
exit
|
exit
|
||||||
}
|
}
|
||||||
|
|
||||||
while getopts "V:M:hd:C" opt
|
while getopts "V:M:hdC" opt
|
||||||
do
|
do
|
||||||
case $opt in
|
case $opt in
|
||||||
V) launch_type=$[$OPTARG]
|
V) launch_type=$[$OPTARG]
|
||||||
|
Loading…
Reference in New Issue
Block a user