mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-14 21:10:11 +01:00
inteno-netmodes: testnet: do not run apcliconnect during wifi import
This commit is contained in:
parent
5f85d28d3f
commit
e8896b88d0
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ ping_uplink()
|
|||
ubus call led.internet set '{"state" : "error"}'
|
||||
reboot &
|
||||
elif [ $((enableCounter % 2)) -eq 0 -a $enableCounter -ge 2 -o $enableCounter -eq 0 ]; then
|
||||
ps | grep -v grep | grep -q 'wifi reload\|wifi.credentials\|iwpriv' && return
|
||||
ps | grep -v grep | grep -q 'wifi reload\|wifi import\|wifi.credentials\|iwpriv' && return
|
||||
|
||||
if [ -f /usr/sbin/wlctl ]; then
|
||||
assoclist="$(wlctl -i $wetif assoclist | head -1 | awk '{print$2}')"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue