mirror of
https://github.com/bin456789/reinstall.git
synced 2025-01-18 20:39:14 +08:00
windows: 修复查找 iso 功能失效
This commit is contained in:
parent
f70a9767a1
commit
895c9137ee
@ -2583,7 +2583,7 @@ else
|
||||
fi
|
||||
|
||||
# 整理参数
|
||||
if ! opts=$(getopt -n $0 -o "" --long ci,debug,hold:,sleep:,iso:,image-name:,img:,lang,commit: -- "$@"); then
|
||||
if ! opts=$(getopt -n $0 -o "" --long ci,debug,hold:,sleep:,iso:,image-name:,img:,lang:,commit: -- "$@"); then
|
||||
usage_and_exit
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user