fix check

This commit is contained in:
Tobias Powalowski 2022-12-13 17:17:17 +01:00
parent 476f988e02
commit 459162dbd4

View file

@ -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