From 2115110780871833e4771944c3fe29aa299b95ab Mon Sep 17 00:00:00 2001 From: cronyx Date: Thu, 25 Aug 2022 12:46:49 +0300 Subject: [PATCH] add missed bracket --- general/package/wifibroadcast/files/S98wfb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/general/package/wifibroadcast/files/S98wfb b/general/package/wifibroadcast/files/S98wfb index 40edccf9..2cca9030 100755 --- a/general/package/wifibroadcast/files/S98wfb +++ b/general/package/wifibroadcast/files/S98wfb @@ -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