mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-27 17:21:34 +00:00
h3consumption bugfix, Wi-Fi mode wasn't working
This commit is contained in:
parent
aabe990378
commit
420757fd8a
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ CheckInstallation() {
|
|||
} # CheckInstallation
|
||||
|
||||
ParseOptions() {
|
||||
while getopts 'hHvVpPe:E:m:M:c:C:d:D:u:U:g:G:' c ; do
|
||||
while getopts 'hHvVpPe:E:m:M:c:C:d:D:u:U:g:G:w:W:' c ; do
|
||||
case ${c} in
|
||||
H)
|
||||
export FullUsage=TRUE
|
||||
|
|
Loading…
Add table
Reference in a new issue