mirror of
https://github.com/bin456789/reinstall.git
synced 2025-12-10 07:28:56 +08:00
windows: 添加 vmd 驱动
This commit is contained in:
@ -3186,7 +3186,7 @@ for o in ci installer debug minimal allow-ping \
|
||||
passwd: password: \
|
||||
ssh-port: \
|
||||
rdp-port: \
|
||||
web-port: \
|
||||
web-port: http-port: \
|
||||
allow-ping: \
|
||||
commit: \
|
||||
force: \
|
||||
@ -3259,7 +3259,7 @@ while true; do
|
||||
rdp_port=$2
|
||||
shift 2
|
||||
;;
|
||||
--web-port)
|
||||
--web-port | --http-port)
|
||||
is_port_valid $2 || error_and_exit "Invalid $1 value: $2"
|
||||
web_port=$2
|
||||
shift 2
|
||||
|
||||
Reference in New Issue
Block a user