Merge branch 'OpenIPC:master' into master

pull/403/head
Igor Zalatov 2022-08-25 17:58:16 +03:00 committed by GitHub
commit f9808d8b28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# OpenIPC.org | v.20220824
#
scr_version=1.0.3
scr_version=1.0.4
args=" $@"

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