From 459162dbd43007340946e2bd5bd4c37941769076 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Tue, 13 Dec 2022 17:17:17 +0100 Subject: [PATCH] fix check --- usr/bin/archboot-hwsim.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/bin/archboot-hwsim.sh b/usr/bin/archboot-hwsim.sh index b6c36f850..2670856b8 100755 --- a/usr/bin/archboot-hwsim.sh +++ b/usr/bin/archboot-hwsim.sh @@ -1,5 +1,5 @@ #!/bin/bash -if ! [[ grep -qw mac80211_hwsim /proc/modules ]]; then +if ! grep -qw mac80211_hwsim /proc/modules; then modprobe mac80211_hwsim fi iwctl ap wlan0 stop