Merge pull request #405 from cronyx/master

[ci skip] add missed bracket
pull/406/head
cronyx 2022-08-25 12:48:59 +03:00 committed by GitHub
commit 981f440084
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ case "$1" in
if ! lsmod | grep "88XXau"; then
load_rtl
fi
elif ${driver} = "ath" ]; then
elif [ ${driver} = "ath" ]; then
if ! lsmod | grep "ath9k_htc"; then
load_ath
fi