add missed bracket

pull/405/head
cronyx 2022-08-25 12:46:49 +03:00
parent 05fc983308
commit 2115110780
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